kopern_connect_webhook
Create inbound webhooks to receive agent messages via HTTP POST, or outbound webhooks to send agent events like message_sent and tool_call_completed to your URL.
Instructions
Create an inbound or outbound webhook for an agent. Inbound: receive messages via HTTP POST. Outbound: send events to your URL (n8n, Zapier, Make compatible).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Webhook name | |
| type | No | Webhook direction. Default: inbound | |
| events | No | Events to subscribe to (outbound only): message_sent, tool_call_completed, session_ended, error | |
| secret | No | HMAC secret for signature verification (optional) | |
| agent_id | Yes | The agent ID or name | |
| target_url | No | Target URL (required for outbound) |