UNPKG

@brighthustle/adonisjs-whatsapp

Version:

Connect your WhatsApp Cloud API with AdonisJS

12 lines (11 loc) 274 B
config: { webhookRoute: '/webhook/whatsapp', timeout: 60_000, graphUrl: 'https://control.msg91.com/api/', graphVersion: 'v5', }, db: { dbName: Env.get('PG_DB_NAME'), tableName: '{{{ whatsappTableName }}}', connectionName: Env.get('DB_CONNECTION', 'mysql'), },