Create Outbound Webhook
neuron_create_outbound_webhookCreate an outbound webhook that sends HTTP requests for specified bot events, enabling real-time notification and automation.
Instructions
Create a new outbound webhook that fires HTTP requests when bot events occur. Events: message.created, message.assistant, conversation.created, conversation.escalated, conversation.closed, bot.paused, bot.resumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to send webhook events to | |
| name | Yes | Name of the webhook | |
| botId | Yes | The ID of the bot to create the outbound webhook for | |
| eventTypes | Yes | Which events should trigger this webhook | |
| filterPrompt | No | Optional LLM prompt to filter which events are sent (e.g. only forward escalations) |