You need to sign in to do that
Don't have an account?

Send salesforce JSON or XML data to REST API
Hello everyone,
I'm looking for simple alternatives to writing triggers for the above mentioned scenario. The full use case is to have the call fire every time a new contact is entered in the system. Anything with workflows (has to be REST), streaming API, etc?
Thanks in advance for the help!
I'm looking for simple alternatives to writing triggers for the above mentioned scenario. The full use case is to have the call fire every time a new contact is entered in the system. Anything with workflows (has to be REST), streaming API, etc?
Thanks in advance for the help!
Hi Newguy,
There is an Action in Workflow called Outbound Message, please see the details in the link below might help,
https://help.salesforce.com/htviewhelpdoc?err=1&id=workflow_defining_outbound_messages.htm&siteLang=en_US
Regards,
Ashish
Declarative Webhooks - https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000MSv8REAT
The app has a free tier that should let you try it out.