Nova Admin Docs
Integrations

WhatsApp

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

Create a Meta app with WhatsApp product, get Phone Number ID, WABA ID, System User Access Token, App Secret, and set webhook verify token.

Prerequisites

Steps

  1. Create a Meta app at developers.facebook.com and add the WhatsApp product.
  2. Under WhatsApp > API Setup copy Phone Number ID and generate a System User Access Token.
  3. Under App Settings > Basic copy App Secret. Choose a random Webhook Verify Token.
  4. Set your webhook URL to https://<your-host>/api/v1/webhooks/whatsapp and subscribe to messages.
  5. In Nova Admin > Integrations > WhatsApp paste all five values.

Credential fields

FieldRequiredDescription
System User Access TokenYesSecret — stored encrypted, never exposed.
Phone Number IDYesstring
App SecretYesSecret — stored encrypted, never exposed.
Webhook Verify TokenYesSecret — stored encrypted, never exposed.
WABA IDNostring

Troubleshooting

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

On this page