Incoming Message Notification
This document will go over receiving incoming message notifications via our API.
When a Mobile Originated (MO / Incoming) message is received, a notification will be POSTed to the specified webhook URL.
Headers
Header | Value |
---|---|
Content-Type | application/json |
Arguments
Name | Type | Description |
---|---|---|
id | string | Incoming Message Id. |
originator | string | The mobile number (MSISDN) which sent the message. |
recipient | string | The virtual number or shortcode the message was sent to. |
body | string | Message Text. |
created | string | Date/Time message was received. |
inReplyTo | string | ID of the message that this was in response to. |
logicalMessageId | string | The Batch ID which this message is associated with. |
ownerUserId | string | The ID of the user which received this message. |
Examples
Last updated