Nova Admin Docs
Integrations

Twilio

How to get your Twilio API key and connect it to Nova Admin.

Go to the Twilio Console (console.twilio.com) and copy your Account SID and Auth Token from the dashboard.

Prerequisites

Steps

  1. Go to Twilio REST API Documentation.
  2. Create a new API key / Auth Token (starts with Your Twilio Auth Token) and copy it immediately — most providers show it only once.
  3. Note any additional required values: Account SID (e.g. ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), Inbound Phone Number (e.g. +15551234567 or whatsapp:+15551234567), Inbound Messaging Service SID (e.g. MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), Agent Handler URL (e.g. https://twilioagenthandler-osqjwhyfuq-uc.a.run.app).
  4. In Nova Admin, go to /agents/integrations, find Twilio, and paste the values into the credential dialog.

Credential fields

FieldRequiredDescription
Account SIDYesstring (e.g. ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
Auth TokenYesSecret — stored encrypted, never exposed. (e.g. Your Twilio Auth Token)
Inbound Phone NumberNostring (e.g. +15551234567 or whatsapp:+15551234567)
Inbound Messaging Service SIDNostring (e.g. MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
Agent Handler URLNourl (e.g. https://twilioagenthandler-osqjwhyfuq-uc.a.run.app)

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your Twilio account has API access enabled and billing is active if required.
  • Need help?: refer to the Twilio documentation.

On this page