Skip to content

Commit

Permalink
update readme with whatsapp env value
Browse files Browse the repository at this point in the history
  • Loading branch information
di2pra committed Aug 31, 2022
1 parent 528c9fe commit c40f1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Twilio Flex Hubspot Click-to-Call & Outbound SMS & WhatsApp Plugin

A Twilio Flex Plugin to leverage your customer data from Hubspot and initiate an outbound call or an outbound SMS on Flex. This plugin uses the [Hubspot APIs](https://developers.hubspot.com/docs/api/overview) to retrieve your customer data from Hubspot. Twilio Serverless is used for the the backend.
A Twilio Flex Plugin to leverage your customer data from Hubspot and initiate an outbound call or an outbound SMS / WhatsApp on Flex. This plugin uses the [Hubspot APIs](https://developers.hubspot.com/docs/api/overview) to retrieve your customer data from Hubspot. Twilio Serverless is used for the the backend.

![Screenshot of the Twilio Flex Hubspot Click-to-Call & Outbound SMS Plugin](screenshot.png "Screenshot of the Twilio Flex Hubspot Click-to-Call & Outbound SMS Plugin")

Expand Down Expand Up @@ -48,6 +48,7 @@ TASK_ROUTER_WORKSPACE_SID=<Your Value>
TASK_ROUTER_WORKFLOW_SID=<Your Value>
TASK_ROUTER_QUEUE_SID=<Your Value>
TWILIO_PHONE_NUMBER=<Your Value>
TWILIO_WA_PHONE_NUMBER=<Your Value>
```

Update the file **src/assets/templates.private.json** with a JSON Array of string containing all your pre-approved WhatsApp Templates :
Expand Down
3 changes: 2 additions & 1 deletion serverless/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ INBOUND_SMS_STUDIO_FLOW=
TASK_ROUTER_WORKSPACE_SID=
TASK_ROUTER_WORKFLOW_SID=
TASK_ROUTER_QUEUE_SID=
TWILIO_PHONE_NUMBER=
TWILIO_PHONE_NUMBER=
TWILIO_WA_PHONE_NUMBER=

0 comments on commit c40f1cf

Please sign in to comment.