skip to Main Content

I know that Amazon Lex bots can be included inside a Contact Flow in Amazon Connect and that Lex bots can link to Channels including Facebook Messenger but I’m unsure how to initiate a new Contact Flow instance from a new Facebook user connecting via Facebook Messenger or similar via Twilio WhatsApp API. Chat has only just been added to Amazon Connect so might not yet be supported directly so open to external solutions.

2

Answers


  1. The ‘Channels’ (FB, etc.) in Lex are unfortunately totally separate from Amazon Connect and not integrated. In order to use Amazon Connect Chat with something like FB or WhatsApp currently, you have to use a solution that uses the Chat websockets API – you can see a similar solution here that was used to integrate SMS to Connect Chat.

    Login or Signup to reply.
  2. I did a similar kind of integration between WhatsApp and Amazon Connect months back, using Twilio’s WhatsApp Business API –
    https://github.com/tamdilip/whatsapp-amazonconnect-chat

    Believe you were looking for the same.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search