Scheduling SMS Messages
Complete guide on scheduling SMS messages to be sent in the future on the httpSMS platform
Scheduling Messages with the httpSMS API
curl -L \
--request POST \
--url 'https://api.httpsms.com/v1/messages/send' \
--header 'Content-Type: application/json' \
--header 'x-api-Key: YOUR_API_KEY' \
--data '{
"from": "+18005550199",
"to": "+18005550100",
"content": "Scheduling a text message in the future",
"send_at": "2025-12-19T16:39:57-08:00"
}'Scheduling bulk messages with Excel

Last updated