Florian Maxim

Results 14 comments of Florian Maxim

Okay, maybe this helps: Since it's all working FINE for other messengers here's the slack config: The Slack **request URL** is set to `https://xxx.dev/api/webhooks/slack`. Path in **bottender.config.js** is set to...

> @florianmaxim > > Twilio is the only provider that uses HTTP URL to sign the signature. > I'm thinking the graceful way to resolve this url behind proxy issue,...

> After adding that path patch, you need to modify path in your `bottender.config.js` accordingly. For example: > > ``` > whatsapp: { enabled: true, path: '/webhooks/whatsapp', > ``` >...

Works like a charm! ```javascript import { NestFactory } from '@nestjs/core'; import { ExpressAdapter } from '@nestjs/platform-express'; import express from 'express'; import bodyParser from 'body-parser'; import { bottender } from...