Send Custom SMS Notification
Ability Name: mo-otp/send-notification-sms
Purpose: Send a plain (non-OTP) SMS message.
Description: Sends any custom text message to a phone number using the same miniOrange gateway — for example a welcome message or a reminder.
Trigger Conditions:
- "Text +1-415-XXX-XX38 saying 'Your order has shipped'"
- "Send an SMS notification to this number"
Input: { phone: string, message: string }
Output: { success: boolean, message: string }
Expected Output: Confirmation that the SMS notification was sent.
Agent Response Example: "✅ SMS notification sent successfully."
For more information, visit our OTP Verification page.