Send an SMS message
Sends an SMS message to a phone number using the specified agent’s SMS configuration. The agent must have an SMS channel configured with a valid phone number and messaging profile.
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Body
UUID of the Agent. Must exist and have SMS channel configured.
"32d8fc98-be1e-4d32-a12e-146f397fb1cb"
Phone number of the recipient in E.164 format (e.g., +1234567890).
"+12345678900"
SMS message body. Must be between 1 and 1600 characters.
1 - 1600"Hello! Your appointment is confirmed for tomorrow at 10:00 AM."
Response
Success
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"SMS message sent successfully"