Overview
This node allows users to send SMS messages via the ivrapi.com service. It is useful for automating SMS notifications, alerts, or marketing messages directly from an n8n workflow. For example, a user can send appointment reminders or promotional messages to customers.
Use Case Examples
- Send an SMS notification to a customer when a new order is placed.
- Send an alert SMS to a team member when a system error occurs.
Properties
| Name | Meaning |
|---|---|
| From / Sender | The phone number or identifier that the SMS message will be sent from. |
| To / Recipient | The phone number of the recipient who will receive the SMS message. |
| Message | The content of the SMS message to be sent. |
Output
JSON
response- The JSON response from the ivrapi.com API after sending the SMS, typically containing status and message details.
Dependencies
- Requires an API key credential for ivrapi.com to authenticate requests.
Troubleshooting
- Ensure the API key credential is correctly configured and valid to avoid authentication errors.
- Verify that the 'From' and 'To' phone numbers are in the correct format as required by ivrapi.com.
- Check the message content for any disallowed characters or length restrictions imposed by the SMS service.
Links
- IVRAPI SMS API Documentation - Official API documentation for sending SMS messages via ivrapi.com.