Prerequisites
- An account with an SMS provider, such as Twilio, and a number that can send
- A phone you can receive a text on
Send it
1
Connect your SMS provider
In , add your provider and paste its credentials. For Twilio that is the Account SID, Auth Token, and a Messaging Service SID or sending number.Integrations are per environment, so connect it in the same environment your API key belongs to. A provider added in Production does nothing for a Test key. covers the credential fields, and lists every alternative.
2
Put a phone number on the profile
SMS addresses a recipient by A number without the country code is the single most common cause of an
phone_number, and it must be E.164: a plus sign, country code, then the number, with no spaces, dashes, or brackets. covers the field every other channel reads.UNROUTABLE SMS. 2025550156 is not a valid recipient, and +12025550156 is.3
Send the text
Route to SMS ignores
sms and Courier picks the provider you connected.title and sends body, so write the body to stand alone. Other channels use both, which is why the shorthand carries them together.Verify
1
Check the phone
The text arrives from the number or messaging service you connected.
2
Read the status
Open .
SENT means the provider accepted it. DELIVERED means the carrier confirmed it, and only some providers report that.UNROUTABLE, the profile had no phone_number Courier could use. Check the number is E.164 and that the profile you sent to is the one you wrote. lists every reason.