Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I'm doing the Salesforce to Talend trigger based integration in realtime.
For ex. if an account is getting created in Salesforce then it'll POST the data to the endpoint url. Talend will listen to this url, read the Salesforce data and push that data to the target system in realtime.
I have created the workflow rule in SF and configured the dummy endpoint url in the Talend and got confused at the below queries -
1. What is an endpoint url over here? How do I generate it?
2. How do i create an endpoint url so that both can write and read data from over there?
If it's a Talend web service then how do I read Salesforce POST data over there. Please suggest.
Regards,
Santosh G.
Hi Navin,
I managed to resolve that. Here are some pointers -
1. The endpoint url is the Talend web service url which will consume the Salesforce output structure
2. This web service created by you in Talend gets hosted in the private network which Salesforce does not understand
3. Ask your network team to get this services accessible outside the private network using the mechanism like reverse proxy. Configure this url in Salesforce. This should help
Regards,
Santosh G..
Hi Navin,
I managed to resolve that. Here are some pointers -
1. The endpoint url is the Talend web service url which will consume the Salesforce output structure
2. This web service created by you in Talend gets hosted in the private network which Salesforce does not understand
3. Ask your network team to get this services accessible outside the private network using the mechanism like reverse proxy. Configure this url in Salesforce. This should help
Regards,
Santosh G..