Add a webhook to this agent
Agents
Add a webhook to this agent
Creates a webhook subscription for an agent. Use this to receive event notifications such as conversation updates, evaluations, or intent calls. Provide the destination URL and event list. Returns 409 webhook_limit_reached if the agent already has 5 webhooks.
POST
Add a webhook to this agent
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Body
application/json
Available options:
conversation_status, conversation_end_report, conversation_update, voice_evaluation, text_evaluation, intent_call Used to sign webhook payloads. Write-only — never returned by GET endpoints.