Skip to main content
1

Prerequisites

2

Set up a custom phone message provider

From Dashboard > Branding > Phone Provider, under Phone Provider, choose Custom.Under Provider Configuration, add the following code sample to allow the Twilio API to send phone messages to a user’s phone number:
3

Add secrets

Select the Key icon to open the Secrets menu. Add the following values from your Twilio Verify service setup:
  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN
  • TWILIO_VERIFY_SID
4

Load Twilio helper library

Select the Dependency icon, then choose Add Dependency. In the Add Dependency window that opens, enter the following values:
  • Name: twilio
  • Version: latest
Select Create and Auth0 searches for the Twilio helper library and loads the latest version.
5

Deploy and test

Select Save to save and deploy the Action.To test the custom phone provider configuration before using it in a production environment, select Send Test Message.