Activity › Forums › Salesforce® Discussions › How to enable outbound message for a Salesforce org?
-
How to enable outbound message for a Salesforce org?
Posted by Ankit on March 15, 2018 at 1:47 PMHow to enable outbound message for a Salesforce org?
Ratnakar replied 8 years, 1 month ago 3 Members · 2 Replies -
2 Replies
-
Hi,
Contact Salesforce support with the following information to enable outbound messages for a Salesforce Organization:
1. What is Organization ID of the production or sandbox? (Navigate to Setup > Company Profile > Company Information):
2. Are you the system administrator authorized on behalf of this organization to request this feature?:
Once this feature is enabled, the following options will be visible under SetUp menu;1. Outbound Message Notification
SetUp | Monitor | Outbound Message Notifications
2. Failed Outbound Messages
SetUp | Monitor | Outbound Messages | Failed Outbound Messages
Thanks
- [adinserter block='9']
-
Hi,
To define outbound messages in a Salesforce Org, use this procedure in the Salesforce user interface:
- From Setup, enter Outbound Messages in the Quick Find box, then select Outbound Messages.
Click New Outbound Message. - Choose the object that has the information you want included in the outbound message, and click Next.
- Configure the outbound message.Enter a name and description for this outbound message.
- Enter an endpoint URL for the recipient of the message. Salesforce sends a SOAP message to this endpoint. For security reasons, Salesforce restricts the outbound ports you can specify to one of the following:
80: This port only accepts HTTP connections.
443: This port only accepts HTTPS connections.
1024–66535 (inclusive): These ports accept HTTP or HTTPS connections. - Select the Salesforce user to use when sending the message by specifying a username in the User to send as field. The chosen user controls data visibility for the message that is sent to the endpoint.
- Select Include Session ID if you want a sessionId to be included in the outbound message. Include the sessionId in your message if you intend to make API calls back to Salesforce from your listener.
- The sessionId represents the user defined in the previous step and not the user who triggered the workflow.
- Select the fields you want to be included in the outbound message and click Add.
- Click Save, and review the outbound message detail page.
I hope these steps help you.
- From Setup, enter Outbound Messages in the Quick Find box, then select Outbound Messages.
Log In to reply.