Update Outbound Webhook
neuron_update_outbound_webhookModify an existing outbound webhook's configuration, including its destination URL, subscribed event types, or filter prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the outbound webhook to update | |
| url | No | Updated destination URL that will receive webhook event payloads (HTTPS recommended) | |
| name | No | Updated human-readable name for the webhook | |
| eventTypes | No | Updated array of event types that should trigger this webhook | |
| filterPrompt | No | Updated LLM prompt for selectively filtering forwarded events |