outbound

Create Outbound Batch Api

Create an outbound batch from an uploaded CSV document.

Flow:

  1. User uploads CSV via presigned URL (creates document)
  2. User calls this endpoint with document_id
  3. System creates batch and processes CSV in background
  4. CSV rows become batch items
post/outbound/voice-agents/{voice_agent_id}/outbound-batch

Path parameters

voice_agent_idstring uuid required

Request body

upload_urlstring required
object_keystring required

Response

Successful Response

idstring uuid required
voice_agent_idstring uuid required
document_idstring uuid nullable required
integration_voice_agent_outbound_config_relation_idstring uuid nullable required
created_atstring date-time required

Changes