Contact Welcome SMS
Overview
Send a personalized welcome SMS to a contact using Twilio
Suggested workflow name: contact-welcome-sms
Total nodes: 2
Integrations used: twilio.sendSms
Tags: contact, sms, twilio, messaging
Build this in the UI
- Create a new workflow in your
stagingworkspace. - Add the nodes below in order and connect them.
- Configure credentials, dynamic fields, and required node settings.
- Run once with test data and inspect Executions.
- Publish after validation, then promote to
prodwhen ready.
Node checklist
- Add
Send Welcome SMS via Twilio(UniversalProvider) —twilio.sendSms - Add
Log SMS Result(Log)
What to configure in the UI
- Credentials / secret references:
acme-twilio - Data referenced (
state.*):contact.displayName,contact.firstName,contact.identifier,contact.phoneNumber,smsResult.sid,smsResult.status - Variables (
vars.*): none detected
Related docs:
Troubleshooting
- If a run fails, inspect node inputs/outputs in Executions.
- Verify credentials are present and selected for this workspace.
- Check expression fields for missing inputs, null paths, or invalid formats.