Activity › Forums › Salesforce® Discussions › What is Inbound Message and Outbound Message in Salesforce?
-
What is Inbound Message and Outbound Message in Salesforce?
Posted by Suraj on April 25, 2017 at 1:43 PMWhat is Inbound Message and Outbound Message?
shariq replied 8 years, 9 months ago 3 Members · 2 Replies -
2 Replies
-
Hi Suraj
Basic Difference.
Inbound Message
Inbound is basically when some other tool hits your instance(wsdl) with a payload and you process it and acknowledge it. EG, if an incident gets created in a third party tool then an incident gets created in a service now . Here we accept the request and process it.
Outbound Message
When we hit any other tool then its outbound. EG exactly opposite to the above eg, when an incident gets created in Service now, a similar incident should get created on the other tool. Here we prepare the payload and hit the other tool’s wsdl.
Hope it may help
- [adinserter block='9']
-
Hi Suraj,
Inbound Messages :-
Inbound web services, such as the REST API, allow third party to interact with your instance data using web service requests.
Outbound Message :-
Outbound web services allow you to access remote endpoints and perform web service requests from a your instance.
Log In to reply.