outbound

Create Outbound Run Api

Create an outbound run to initiate calls.

Specify either:

  • outbound_batch_ids: Call all items from these batches
  • outbound_batch_item_ids: Call only these specific items

Run items are created with WAITING status. Worker process will pick them up and initiate calls.

post/outbound/voice-agents/{voice_agent_id}/outbound-run

Path parameters

voice_agent_idstring uuid required

Request body

outbound_batch_idsstring[] nullable
outbound_batch_item_idsstring[] nullable
filter_for_no_run_itemsboolean

Response

Successful Response

idstring uuid required
voice_agent_idstring uuid required
integration_voice_agent_outbound_config_relation_idstring uuid nullable required
outbound_auto_retry_config_idstring uuid nullable required

Changes