Create Webhook
neuron_create_webhookCreate an inbound webhook to trigger bot actions on incoming requests.
Instructions
Create a new inbound webhook that triggers bot actions when called
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the webhook | |
| slug | No | URL-friendly slug for the webhook endpoint | |
| botId | Yes | The ID of the bot to create the webhook for | |
| isActive | No | Whether the webhook is active (default: true) | |
| eventType | No | Type of event this webhook handles | |
| processingPrompt | No | Prompt to guide bot processing of webhook data |