-
Explain the use of OutBound Message in Salesforce.
Explain the use of OutBound Message in Salesforce.
Log In to reply.
Activity › Forums › Salesforce® Discussions › Explain the use of OutBound Message in Salesforce.
Tagged: Http, HTTPS, Outbound Message, Salesforce Trigger, SOAP, SOAP Messages, Workflow Rule
Explain the use of OutBound Message in Salesforce.
Hi Anjali,
Outbound messaging is part of the workflow rule functionality in Salesforce. Workflow rules watch for specific kinds of field changes and trigger automatic Salesforce actions, such as sending email alerts, creating task records, or sending an outbound message to external services.
Adding some points:
In outbound message contains end point URL.
Outbound messaging uses the notifications() call to send SOAP messages over HTTP(S) to a designated endpoint when triggered by a workflow rule. After you set up outbound messaging, when a triggering event occurs, a message is sent to the specified endpoint URL.
Thanks
Log In to reply.