For the complete documentation index, see llms.txt. This page is also available as Markdown.

Forwarding SMS to Webhook

Forwarding SMS to a Webhook

SMS forwarding allows incoming SMS messages to be automatically forwarded to an HTTP webhook, enabling your application to receive and process SMS messages in real time.

Configure SMS Forwarding

  1. Navigate to Tools/Settings > SMS.

  2. Under the Actions column, click the Forward icon for the phone number you want to configure.

  3. In the forwarding options, select HTTP URL as the forwarding type.

  4. Enter your application's webhook URL.

  5. Click Save to apply the changes.

Once configured, all incoming SMS messages received on the selected phone number will be forwarded to the specified webhook URL.

Use Cases

  • Integrate incoming SMS with your CRM or helpdesk system.

  • Trigger automated workflows when an SMS is received.

  • Process SMS messages using custom applications or AI services.

  • Send SMS notifications to third-party platforms in real time.

Note

  • Ensure your webhook URL is publicly accessible and capable of accepting HTTP POST requests.

  • Verify that your application returns a successful HTTP response to acknowledge receipt of the webhook. Failure to do so may result in delivery retries, depending on the webhook configuration.

  • You can update or disable SMS forwarding at any time by revisiting Tools/Settings > SMS and modifying the forwarding configuration.

Last updated