Welcome to the ShoutSMS documentation page. ShoutSMS allows you to send SMS to hundreds of people within seconds. With our CLI, you can easily access our service through the console using simple commands.
To use the ShoutSMS CLI, you need to have an API key. Follow these steps to get started:
To send an SMS using the CLI, use the following command:
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -d '{"message": "Your message here", "to": ["+1234567890", "+0987654321"]}'
Replace YOUR_API_KEY
with your actual API key, Your message here
with the text you want to send, and the phone numbers with the recipients' numbers.
Our CLI is currently in private beta. If you are interested in participating, please contact us at [email protected].