What Twilio Does
Twilio allows Pipeline to send customer messages by SMS. It can also receive replies by webhook so conversations can be logged back into Pipeline.
Before You Start
You need:
- A Twilio account
- A Twilio phone number or Messaging Service
- SMS permissions for the countries you send to
- Permission to manage apps in Pipeline
Create a Messaging Service
- Log in to Twilio
- Open Messaging
- Create a Messaging Service
- Add your SMS sender number
- Copy the Messaging Service SID
Add Twilio to Pipeline
- Open Pipeline and go to Settings
- Select Apps
- Open the Twilio settings
- Enter the Account SID
- Enter the Auth Token
- Enter the Messaging Service SID or sender number
- Save the settings
Set Up Replies
To receive customer replies in Pipeline, configure Twilio's incoming message webhook to the inbound messaging URL shown in Pipeline. Use POST unless your Pipeline setup specifically says otherwise.
Troubleshooting
- If SMS does not send, check the number format includes the country code
- If trial messages fail, check the recipient is verified in Twilio
- If replies do not appear in Pipeline, check the incoming webhook URL and method