WebhookNewSmsPayload
Properties
Name | Type | Description | Notes |
message_id | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhook_id | String | ID of webhook entity being triggered | |
event_name | String | Name of the event type webhook is being triggered for. | |
webhook_name | Option<String> | Name of the webhook being triggered | [optional] |
sms_id | String | ID of SMS message | |
user_id | String | User ID of event | |
phone_number | String | ID of phone number receiving SMS | |
to_number | String | Recipient phone number | |
from_number | String | Sender phone number | |
body | String | SMS message body | |
read | bool | SMS has been read | |
[Back to Model list] [Back to API list] [Back to ]