@satorijs/adapter-whatsapp
Setup
- Go to Meta for Developers and register an account
- Create a WhatsApp Business application
- Obtain the System User Token and WhatsApp Business Account ID
- Configure the Webhook and obtain the Verify Token and App Secret
- Use the above information as your bot configuration
Configuration
options.id
- Type:
string
The WhatsApp Business Account ID.
options.systemToken
- Type:
string
The System User Token.
options.verifyToken
- Type:
string
The Webhook verification token.
options.secret
- Type:
string
The App Secret, used to verify Webhook request signatures.