Skip to content

Commit 297a8a0

Browse files
authored
Update README.md
1 parent b1a3694 commit 297a8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This plugin uses a series of twilio functions to create an outbound call, listen
1717
Before using this plugin you must first create a dedicated TaskRouter workflow for outbound calls. You can do this [here](https://www.twilio.com/console/taskrouter/dashboard). Make sure it is part of your **Flex Task Assignment** workspace.
1818

1919
* Ensure there is the following matching workers expression for the only filter on the workspace.
20-
* `task.targetWorker === worker.contact_uri`
20+
* `task.targetWorker === worker.contact_uri`
2121
* Ensure the **priorty** of the filter is set to **1000** (or at least the highest in the system).
2222
* Make sure the filter matches to a queue with Everyone on it. The default Everyone queue will work but if you want to seperate real time reporting for outbound calls, you should make a dedicated queue for it with a queue expression.
23-
* `1 === 1`
23+
* `1 === 1`
2424

2525
![alt text](https://raw.githubusercontent.com/jhunter-twilio/outbound-dialing-backend/master/screenshots/workflow-config.png)
2626

0 commit comments

Comments
 (0)