UNPKG

@brighthustle/adonisjs-whatsapp

Version:

Connect your WhatsApp Cloud API with AdonisJS

12 lines (11 loc) 273 B
config: { webhookRoute: '/webhook/whatsapp', timeout: 60_000, graphUrl: 'https://graph.facebook.com', graphVersion: 'v20.0', }, db: { dbName: Env.get('PG_DB_NAME'), tableName: '{{{ whatsappTableName }}}', connectionName: Env.get('DB_CONNECTION', 'mysql'), },