Send out a batch of calls to a csv of recipients.
phone_number
.
Additional columns can be included to define dynamic variables referenced during the call.
Example format:
phone_number | business_name | previous_customer | champion_name | webhook |
---|---|---|---|---|
+12345678909 | South Bay Coffee | Yes | Sarah H | https://example.com/webhook1 |
+10987654321 | John’s Laundry | No | John W | https://example.com/webhook2 |
Above shows how we set each column to be mapped to use as request data during each call. Alternatively, you can set each column to be mapped to any other call configuration setting.Once we mark the column as request data, we can reference it in our prompt or pathway using the familiar
{{column_name}}
syntax.
Active Statuses (In Progress)
Final Statuses (Completed)
phone_number | customer_name | service | date |
---|---|---|---|
12345678909 | Emily | Home Cleaning | July 10 |
What happens if a number is invalid?
Can I use tools or pathways with batch calls?
How do I access individual results?
How do I send a batch via API?