Skip to main content

SMS (Twilio) Writer

General

The SMS Writer module will send the results of a pipeline to a provided recipient via SMS. This module uses Twilio behind the scenes and you will need a Twilio account to use it.

Module Options

Twilio Account SID

Type: string
Required: True
Description: The Twilio Account SID to use for sending the message. This can be found on the Twilio Console

Twilio Auth Token

Type: string
Required: True
Description: The Auth Token to use when sending the message. This can be found on the Twilio Console

Sender

Type: string
Required: True
Description: The phone number to send the message from. This must be a phone number your Twilio account is authorized to use. These can be found under Phone Numbers on your Twilio console.

Message

Type: string
Required: True
Default Value: {{data}}
Description: The actual message to send.

Recipient

Type: string
Required: True
Description: The phone number to send the message to.