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

Send SMS Message

This allows you to send an SMS.

Configuration

Property

Description

From

The sending phone number. You must have a Mobile number on your account.

To

Destination phone number. Supports variables. You'll often want to set --contact.phoneNumber-- to send it to a contact's primary phone number.

Message

Message content. Supports variables. For example:

Hello --contact.firstName--, thanks for contacting us.

Last updated