✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request POST \
--url https://app.asisso.com/api/v1/telephony/inbound/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Webhook endpoint that routes inbound calls to a specific agent
curl --request POST \
--url https://app.asisso.com/api/v1/telephony/inbound/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Configure this URL in your telephony provider’s dashboard (Twilio, Vonage, etc.) to route inbound calls to a specific agent. TheDocumentation Index
Fetch the complete documentation index at: https://docs.asisso.com/llms.txt
Use this file to discover all available pages before exploring further.
workflow_id determines which agent handles the call.
See Inbound Calls for full setup instructions per provider.Successful Response