Sign in

Send an SMS or MMS Message

documented

Send an SMS or MMS message to one or more recipients.

POST /v1/messagesMessagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.sendhub.com/v1/messages' \
  -u '{{SENDHUB_USERNAME}}:{{SENDHUB_API_KEY}}' \
  -X POST \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'X-Docs-Source: https://integrations.sendhub.com/SendHub-API-v1-Documentation.html' \
  -d '{"contacts": {{$contacts}}, "text": "{{$text}}", "scheduled_at": "{{$scheduled_at}}"}'