function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan Ng 1Jonathan Ng 1 

REST/Stream API Publish and Subscribe - Subscribing to Inbound Message

For Stream API, there is the idea of using PushTopic to trigger external web services. Is there one for the inverse? Ex. When an order is created on an external service and publishes it, is there something we can leverage on Salesforce to subscribe to message and act on it (create a new order in Salesforce using the received data)? 

The reason for this is to decouple the external service for explicitly calling Salesforce REST API. Any advice would be greatly appreciated.

Thanks
Jonathan Ng
BugudeBugude
Do we have any update on this query?