check_sms_status
Check the delivery status and view details of SMS messages sent through the 46elks API using the message ID returned upon sending.
Instructions
Check delivery status and details of a sent SMS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message_id | Yes | 46elks message ID returned when SMS was sent |
Input Schema (JSON Schema)
{
"properties": {
"message_id": {
"description": "46elks message ID returned when SMS was sent",
"type": "string"
}
},
"required": [
"message_id"
],
"type": "object"
}