Faraz SMS icon

Faraz SMS

Interact with the Faraz SMS REST API

Overview

This node integrates with the Faraz SMS REST API to send SMS messages. It is useful for automating SMS notifications, alerts, or marketing messages to multiple recipients. For example, a business can use it to send promotional messages to customers or notify users about important updates.

Use Case Examples

  1. Send an SMS message immediately to a list of recipients.
  2. Schedule an SMS message to be sent at a specific future time.

Properties

Name Meaning
Originator Sender line number registered in Faraz SMS panel.
Recipients List of mobile numbers that should receive the SMS.
Message The SMS message body.
Scheduled Send Time Optional ISO 8601 timestamp to schedule the SMS (leave empty to send immediately).

Output

JSON

  • recipient - The recipient mobile number of the sent SMS.
  • sender - The sender line number used to send the SMS.
  • message - The body content of the sent SMS.
  • time - The scheduled send time if specified.

Dependencies

  • Faraz SMS REST API
  • An API key credential for Faraz SMS

Troubleshooting

  • Ensure the API key credential is correctly configured and valid; missing or invalid keys will cause authentication errors.
  • Verify that the originator (sender number) is registered in the Faraz SMS panel; otherwise, sending will fail.
  • Recipients must be valid mobile numbers; invalid numbers may cause message delivery failures.
  • If scheduling a message, ensure the send time is a valid ISO 8601 timestamp.
  • API errors from Faraz SMS are returned with status codes and messages; check error details for troubleshooting.

Links

Discussion