Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.