Send an SMS
Sends an existing text message to an existing contact.
To send an existing text message to a contact that already exists in DailyStory, use this API.
If you want to send a text message and specify the contents of the text message or send to a contact that does not exist in DailyStory, use the Send Transactional SMS API.
Path Parameters
messageidnumberrequired
The id of the text message to send.
HTTP Request Examples
{
"dsid": "djkjGJHB37VVjgg3GHkd"
}
HTTP Response Examples
200
{
"Status": true,
"Message": "Text Message sent",
"Response": {}
}