TwilioLatamEngHub / plugin-conversations-park-an-interaction

Twilio Flex Conversations Park an Interaction Plugin
7 stars 8 forks source link

FLEX_APP_URL_PARK_AN_INTERACTION #4

Open bruno222 opened 1 year ago

bruno222 commented 1 year ago

Readme is not mentioned anything about FLEX_APP_URL_PARK_AN_INTERACTION found inside of .env

Better say that has to be something like this:

FLEX_APP_URL_PARK_AN_INTERACTION=https://serverless-park-an-interaction-XXXX-dev.twil.io/park-an-interaction

Jonathan-Dilks-at-Wrisk commented 2 months ago

Agreed, I had to read the serverless code to realise it wanted the whole URL of a single endpoint (bit unusual as most other plugins just require the domain & scheme for multiple endpoints within the serverless service e.g. https://serverless-park-an-interaction-XXXX-dev.twil.io)