Inbound Notification

An Inbound Notification is a communication or event that originates from an external system and is sent to a receiving system (like Salesforce) to notify it about some change, event, or update that requires action. These notifications allow systems to be event-driven, meaning they can automatically react to changes without needing constant polling or manual updates.

In the context of Salesforce, an Inbound Notification typically involves an external system (for example, an Order Management System, Customer Service System, or third-party application) sending updates to Salesforce. These updates might include changes to records such as order status, customer details, or inventory levels.

For Summer'25, the Inbound Notification system updates the order status in Salesforce. When the order status changes, a notification event can be pushed to Salesforce through the exposed inbound endpoint. The system then accepts the event and returns a 200 response code to the sender.

This is the sample notification event.

TMForum FieldField TypeIs Mandatory by TMForumTMForum DescriptionSalesforce Mapping
eventIdStringYesEvent Id-
eventTypeStringYesDescription of event type-
productOrderObjectNoOrder detailsOrder
productOrder.idStringYesUnique identifier of OrderOrder.OrderNumber
productOrder.stateStringYesState of the OrderOrder.Status