post https://api.fonestorm.com/v2/messages/receive_notify
Configure the callback URL to notify when a message is received. Each FoneNumber can be configured to use its own callback URL for handling receive notifications.
Information about incoming messages can be posted to a callback URL. The following information is available:
Parameter | Type | Description |
---|---|---|
to | string | Phone number of recipient. |
from | string | FoneNumber of sender. |
msg | string | Contents of the message. |
id | string | Unique identifier for the message. |
For more information, see Callbacks / Web Hooks.