Send SMS with Number
Send SMS with Number
POST
https://api.opentact.org/rest/sms
This API is used to send SMS with the Number
Query Parameters
Name
Type
Description
FROM*
Number
This field contains the sender number.
Message*
String
This field contain string, used to add the message, send to the destination number.
TO*
Number
This field contain the destination number.
Headers
Name
Type
Description
X-auth Token*
String
JWT- Token
{
"success": true,
"payload": {
"uuid": "90c2e069-44c1-4f1a-9619-540432378122",
"type": "smso",
"state": "created",
"from": "123456789",
"to": 987654321,
"message": "Hello world",
"thread": "08360036ab8f77030d725064f42cb1b7",
"delivered": false,
"automated": false,
"tn": {
"tn": 12017771234,
"created_on": "2023-01-04T07:52:58.127Z",
"modified_on": "2023-01-04T07:52:58.127Z",
"deleted_on": null
},
"created_on": "2023-01-04T07:52:58.127Z",
"modified_on": "2023-01-04T07:52:58.127Z"
}
}
Last updated
Was this helpful?