Reputation: 197
I started Google DialogFlow CX. in integrations tab i dont see Twilio, as this was available in DialogFlow ES.
Is it posibble to integrate with Twilio?
Upvotes: 1
Views: 2432
Reputation: 389
There are many 3rd party tools that support the integration of Dialogflow CX with Whatsapp via Twilio.
Kommunicate is one such tool that provides Dialogflow CX & ES integrations along with WhatsApp integration.
It also provides a code-less integration where the setup can be done in a few minutes. It also comes with some cool features such as bot-to-human handoff and many customization features.
First, you need to integrate your Dialogflow CX agent in the Kommunicate account. Please refer to this article for the steps.
Once the Dialogflow CX is integrated. You need to add the Whatsapp setup from the dashboard. Refer to this doc for the setup steps.
Upvotes: 2
Reputation: 121
As Jorge already said. You can create a api server that acts as a bridge between DialogFlow and twilio. I would recommend to:
Upvotes: 0
Reputation: 141
You'd need a middleware between CX & Twilio. This mw should interact with CX API and map the fields you want from CX responses on to the format that Twilio expects.
Create an endpoint that you can use as Webhook to configure Twilio and voilá, you got yourself an integration.
Upvotes: 0