Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Re: Capturing Salesforce object changes in real time with Talend ESB

Hi, 

 

I am following this URL Capturing Salesforce object changes in real time with Talend ESB and unable to understand what should be a Endpoint URL.

 

Please help me with a user scenario without using PutsReq URL. Any help is appreciated!

 

Thanks,

Stuti G

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Let say this is the address you have to invoke to send a request to a web service.

In your case, the adrress of the service exposed by your Talend ESB platform.

This address must be reachable from salesforce (request must not be filtered when comming from salesforce).

Also, for security reason, the address must be authorized for outbound traffic from salesforce and declared as a well known remote site (see points 12 and 13).

Hope this helps.

View solution in original post

1 Reply
TRF
Champion II
Champion II

Let say this is the address you have to invoke to send a request to a web service.

In your case, the adrress of the service exposed by your Talend ESB platform.

This address must be reachable from salesforce (request must not be filtered when comming from salesforce).

Also, for security reason, the address must be authorized for outbound traffic from salesforce and declared as a well known remote site (see points 12 and 13).

Hope this helps.