curl -X POST "https://prod.featherhq.com/api/v1/squads/SQUAD_ID/transfer-rules" \
-H "X-API-Key: $FEATHER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"fromAgentId": "ENTRYPOINT_CALL_AGENT_ID",
"toAgentId": "SCHEDULING_AGENT_ID",
"allowManualTrigger": true,
"toolDescription": "Transfer the call to the scheduling specialist when the caller is ready to book.",
"variables": [
{
"name": "appointmentType",
"description": "Requested appointment type",
"required": false
}
],
"speakBeforeTransfer": "I am connecting you to our scheduling specialist now."
}'