UNPKG

@brighthustle/adonisjs-whatsapp

Version:

Connect your WhatsApp Cloud API with AdonisJS

9 lines 241 B
config: { webhookRoute: '/webhook/whatsapp', timeout: 60_000, apiProvider: 'msg91' phoneNumberId: Env.get('MSG91_PHONE_ID'), accessToken: Env.get('MSG91_TOKEN'), graphUrl: 'https://control.msg91.com/api', graphVersion: 'v5', },