workflow-configs

Update Outbound Call Config

Update an outbound call configuration.

patch/api/v1/workflow-configs/outbound-configs/{outbound_config_id}

Path parameters

outbound_config_idstring uuid required

Request body

routing_keystring nullable
routing_valuesobject nullable
outbound_agentstring uuid nullable

Response

Successful Response

idstring uuid required
routing_keystring required
routing_valuesobject required
    Mapping of routing key values to routing destinations.
    
    New structure (recommended):
    {
        "90210": [
            {"destination_phone_number": "+15551234567", "retries": 3, "order": 1},
            {"destination_phone_number": "+15559876543", "retries": 2, "order": 2}
        ]
    }
    
    Legacy structure (still supported):
    {
        "90210": "+15551234567"
    }
    
voice_call_workflow_idstring uuid required
outbound_agentstring uuid required
tenant_idstring uuid required

Changes

No recorded changes to this endpoint across all 1 revision of this API.