-
Explain the use of an Outbound Message in Salesforce?
Explain the use of an Outbound Message in salesforce?
Log In to reply.
Activity › Forums › Salesforce® Discussions › Explain the use of an Outbound Message in Salesforce?
Tagged: API Message, Messages, Outbound Message, Records, Salesforce Action, Workflow Rule
Explain the use of an Outbound Message in salesforce?
An Outbound message sends information to a specified URL endpoint. Information contains the fields specified at the time of creating an outbound message. It sends a secure, configurable API message(in XML format) to a designated listener. AnOutbound message is a part of Workflow and can be created for a Workflow rule
Hi,
Outbound messaging allows you to specify that changes to fields within Salesforce can cause messages with field values to be sent to designated external servers.
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.
Log In to reply.