Twilio

  1. Click ‘Get a Twilio phone number’

  2. Copy Account SID to your .env file into the TWILIO_SID field

  3. Copy Auth Token to your .env file into the TWILIO_TOKEN field

  4. Copy your Twilio phone number to your .env file into the TWILIO_PHONE_NUMBER field

  5. Add your own sender id to the .env file into the NEXT_PUBLIC_SENDER_ID field (fallback is Cal)

  6. Create a messaging service (Develop -> Messaging -> Services)

  7. Choose any name for the messaging service

  8. Click 'Add Senders'

  9. Choose phone number as sender type

  10. Add the listed phone number

  11. Leave all other fields as they are

  12. Complete setup and click ‘View my new Messaging Service’

  13. Copy Messaging Service SID to your .env file into the TWILIO_MESSAGING_SID field

  14. Create a verify service

  15. Copy Verify Service SID to your .env file into the TWILIO_VERIFY_SID field

circle-info

This app is required for Workflows

Last updated

Was this helpful?