SendHub SMS
Marketing API
and Developer Tools
Build Custom SMS Marketing Solutions Powered by SendHub
SMS Marketing API
With access to SendHub’s API, your developers can gain access to integrate our sms marketing software with the tools that are important to you that you use everyday. Get in touch with a sales representative today if you would like to add API access to your SendHub account. You’ll be up and running in no time at all because SendHub is the SMS marketing company for you.
Send and Receive Built In
Powerful Features
Example Use Cases
Integrations
Simple Integration
https://api.sendhub.com/v1/messages/?username= NUMBER &api_key= APIKEY
{
“contacts”: [1111],
“text”: “Testing”
}
NUMBER is the number you used to signup – not the number SendHub gave you.
APIKEY is available on the settings page (You must be logged in to your account).
To send a message in cURL you would run:
curl -H “Content-Type: application/json” -X POST –data
‘{
“contacts” : [1111],
“text” : “Testing”
}’
https://api.sendhub.com/v1/messages/?username=NUMBER\&api_key=APIKEY
API Request
You can start using the SendHub API today. API access available on our custom plans. View plans.