Inbound Messages REST Endpoints
Inbound Messages
The inbound messages resource is used to create, process, view, update, and replace a list of inbound messages received from customers, that need a response. For example, a message indicating that a customer's mobile camera is not functional.
- Delete an inbound message
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/inboundMessages/{InboundMessageId} - Get all inbound messages
- Method: getPath:
/crmRestApi/resources/11.13.18.05/inboundMessages - Get an inbound message
- Method: getPath:
/crmRestApi/resources/11.13.18.05/inboundMessages/{InboundMessageId} - Process an unprocessed inbound message
- Method: postPath:
/crmRestApi/resources/11.13.18.05/inboundMessages - Process inbound messages
- Method: postPath:
/crmRestApi/resources/11.13.18.05/inboundMessages/action/processInboundMessageList - Update an inbound message
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/inboundMessages/{InboundMessageId}