Skip to main content

Examples

Sample Request

{
"to": "13233933379",
"from": "1234567890",
"body": "Hi User, This is test message sent from Intelsend.com API.",
"sendAt": "",
"uid": "abc-123",
"programId": 12345,
"checkOptOut": true
}

Sample Response

{
"isid": "",
"status": "QUEUED",
"errorCode": 0,
"to": "13233933379",
"from": "1234567890",
"uid": "abc-123",
"programId": 12345
}

Error Codes

CodeDescription
0No error.
1Invalid to number.
2Invalid from number.
3Missing required fields.
4Exceeded character limit.
5Invalid programId.