Retell
Overview
Prerequisites
Setup Steps
3
Create a Retell Endpoint
curl -X POST "https://api.krosai.com/v1/endpoints" \
-H "x-api-key: kros_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"name": "Retell Booking Agent",
"type": "agent",
"url": "sip:[email protected]",
"provider_config": {
"provider": "retell",
"agent_id": "your-retell-agent-id"
}
}'Configuration Options
Provider Config Fields
Field
Required
Description
Outbound Calls
Dynamic Variables
Webhooks
Troubleshooting
Last updated
