Outbound Calls
We're planning to make outbound calls, but looking at the documentation and Discord messages, I'm not clear on the concurrent call limit.
If you could confirm, if a call is made from the "Create Call" API:
If you could confirm, if a call is made from the "Create Call" API:
- Can multiple customers be added to the call. Is there a limit on the API call?
- If more customers are added than the concurrent call limit, will calls that exceed the limit be canceled or remain in queue? How is this actually processed? We would have to manage how many calls are active and create more calls as they are completed and do not exceed the concurrency limit.
- When a call is made to a customer and the call is not answered, does Vapi retry the call until it is answered? How is this handled by default? I've seen that there is an event that calls the webhook that can be triggered when this happens.