Webhook Integration
Receive real-time events from your voice agent
Intermediate10 min
Set a webhook URL on your agent to receive events.
bash
curl -X PATCH https://api.call2me.app/v1/agents/agent_abc123 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"webhook_url": "https://your-server.com/webhooks/call2me"}'Next Guide
ContinueCustom LLM Integration
Need Help?
Check out our API docs or reach out to support.