Add a Test Inbound SMS
POST
/sms/inbound
SMS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rest.clicksend.com/v3/sms/inbound' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://yourdomain.com"
}'
Response Response Example
{
"data": {
"_keyword": "this",
"body": "This is a test incoming SMS. 5IHHOWWZTB.",
"custom_string": null,
"from": "+61468460249",
"message_id": "C557B56E-83C0-4070-A74C-9BF05474B418",
"original_body": "This is the original message. AA4NN45X7J.",
"original_message_id": "F35B6DF1-0C9E-488F-954E-2F603B6192F5",
"timestamp": "1442398236",
"to": "+61411111111"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here are your incoming messages."
}
Request
Body Params application/json