whatsapp-amazonconnect-chat

Node JS server for transferring real-time messages between WhatsApp and Amazon Connect Chat via Twilio's WhatsApp Business API Sandbox.

View on GitHub

whatsapp-amazonconnect-chat

Open in CodeSandbox

Node JS server for transferring real-time messages between WhatsApp and Amazon Connect Chat using Twilio’s WhatsApp Business API Sandbox via Server-Side Websocket Clients.

This proof-of-concept is an integration between WhatsApp and Amazon Connect Chat in realtime to leverage customer support by live agents without any BOT Madness 🤪 .

Architecture

Image of architecture

Usage of SDK API’s

Image of sdk-api-flow

Local Testing

==================

Prerequisites

Node Server setup

        $ git clone https://github.com/tamdilip/whatsapp-amazonconnect-chat.git
        $ cd whatsapp-amazonconnect-chat
        $ npm i

Tunneling

        $ npm install ngrok -g
        $ ngrok http 3000

Post Installation

Notes

Bookmarks

Happy coding :) !!