Back to Twilio
Connect Knoon AI with Twilio to automate AI workflows.
Get delivery status for a Twilio message.
twilioDefaultGetMessageStatus
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| messageSid | mustache | Twilio message SID. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| sid | string | Twilio message SID. |
| status | string | Message status. |
| direction | string | Message direction. |
| from | string | Sender. |
| to | string | Recipient. |
| body | string | Message body. |
| errorCode | string | Twilio error code when available. |
| errorMessage | string | Twilio error message when available. |
| dateCreated | string | Created date. |
| dateSent | string | Sent date. |