Loading...
Loading...
Copy this instruction and paste it into your AI agent:
Install this skill: https://customermates.com/en/skills/raw/orthogonal-send-text-message.mdSend SMS messages via the Textbelt API on Orthogonal.
Ask the user for:
orth run textbelt /text --body '{
"phone": "<phone_number>",
"message": "<message_text>"
}'The response includes a textId. Use it to check delivery status:
orth run textbelt /status/{textId}This endpoint is free.
/text)true if message was queued/status/{textId})DELIVERED, SENDING, FAILED, or UNKNOWNWhen sending, you can also include:
sender (string) - Business/org name for regulatory purposesreplyWebhookUrl (string) - US only: URL to receive reply webhookswebhookData (string) - Extra data passed to webhook (max 100 chars)error field describes the issue (e.g., invalid phone number, insufficient credits)+44...)