Create Webhook
neuron_create_webhookRegister a new inbound webhook endpoint that triggers bot actions when called by an external service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the webhook | |
| slug | No | URL-friendly slug for the webhook endpoint (auto-generated if omitted) | |
| botId | Yes | Unique identifier (UUID) of the bot to create the webhook for | |
| isActive | No | Whether the webhook is active and accepting requests (default: true) | |
| eventType | No | Type of event this webhook handles (e.g., 'order.created', 'payment.received') | |
| processingPrompt | No | Prompt instructions to guide bot processing of incoming webhook data |