Update Webhook
neuron_update_webhookModify an existing inbound webhook's configuration, such as its name, event type, or processing prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the webhook to update | |
| name | No | Updated human-readable name of the webhook | |
| isActive | No | Whether the webhook should be active and accepting requests | |
| eventType | No | Updated event type this webhook handles | |
| processingPrompt | No | Updated prompt instructions for processing webhook data |