Overview
This node sends SMS messages using the Pedylo API. It is useful for automating the sending of text messages to international phone numbers, such as for notifications, alerts, or marketing campaigns.
Use Case Examples
- Sending a notification message to a user's phone number after a form submission.
- Automating SMS alerts for system monitoring or status updates.
Properties
| Name | Meaning |
|---|---|
| API Key | The API key used for authenticating requests to the Pedylo API. |
| Número destino | The destination phone number in international format to which the message will be sent. |
| Mensaje | The text content of the SMS message to be sent. |
Output
JSON
to- The destination phone number to which the message was sent.message- The text content of the sent message.status- The status of the message sending operation as returned by the Pedylo API.
Dependencies
- Requires an API key credential for the Pedylo service to authenticate requests.
Troubleshooting
- Ensure the API key is valid and has the necessary permissions to send messages.
- Verify the destination phone number is in the correct international format to avoid delivery failures.
- Check for network connectivity issues that might prevent the API request from completing.
- If the API returns an error, review the error message for details such as rate limits or invalid parameters.
Links
- Pedylo API Documentation - Official API endpoint documentation for sending messages with Pedylo.