Skip to content

Commit e730692

Browse files
authored
Update README.md
1 parent 83edd2f commit e730692

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,19 @@ and then
4343

4444
## How to use
4545

46-
1. Clone repository
46+
1. Setup dependencies above, The workflow and the outbound calls worker activity.
4747

48-
2. Copy ./public/appConfig.example.js to ./public/appConfig.js and set your account sid
48+
2. Clone repository
4949

50-
3. run `npm install`
50+
3. Copy ./public/appConfig.example.js to ./public/appConfig.js and set your account sid
5151

52-
4. copy ./dialpad-functions/.env.sample to ./dialpad-functions/.env and populate the appropriate SIDs. The workflow sid should be the workflow dependency described above
52+
4. run `npm install`
5353

54-
5. cd into ./dialpad-functions/ then run `npm install` and then `twilio serverless:deploy` (optionally you can run locally with `twilio serverless:start --ngrok=""`
54+
5. copy ./dialpad-functions/.env.sample to ./dialpad-functions/.env and populate the appropriate SIDs. The workflow sid should be the workflow dependency described above. The TWILIO_TR_AVAILABLE_ACTIVITY_SID should be the SID of your worker activity that makes you available.
5555

56-
6. Take note of the domain of where they deployed and update FUNCTIONS_HOSTNAME in ./src/OutboundDialingWithConferencePlugin.js
56+
6. cd into ./dialpad-functions/ then run `npm install` and then `twilio serverless:deploy` (optionally you can run locally with `twilio serverless:start --ngrok=""`
57+
58+
7. Take note of the domain of where they deployed and update FUNCTIONS_HOSTNAME in ./src/OutboundDialingWithConferencePlugin.js
5759

5860
7. Update the DEFAULT_FROM_NUMBER in ./src/OutboundDialingWithConferencePlugin.js to a twilio number or a verified number associated with your account.
5961

0 commit comments

Comments
 (0)