webhook_update
Update an existing Voog webhook by providing only the fields to change. Specify site and webhook_id, then supply any updatable fields like target, event, url, enabled, etc.
Instructions
Update a webhook (PUT /webhooks/{id}). Partial — supply ONLY the fields to change. Body is FLAT. At least one updatable field besides webhook_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| webhook_id | Yes | Voog webhook id (from webhooks_list) | |
| target | No | ticket | form | order | |
| event | No | Event name; depends on target | |
| url | No | HTTP(S) endpoint | |
| enabled | No | Whether the webhook fires | |
| target_id | No | Optional id of the specific target object | |
| source | No | Origin marker — 'api' or 'user' | |
| description | No | Free-text description |