hookbase_update_route
Modify an existing webhook route configuration by updating its display name, source, destination, filters, transforms, priority, or activation status.
Instructions
Update an existing route configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_id | Yes | The ID of the route to update | |
| name | No | New display name | |
| source_id | No | New source ID | |
| destination_id | No | New destination ID | |
| filter_id | No | Filter ID (set to null to remove) | |
| transform_id | No | Transform ID (set to null to remove) | |
| priority | No | Route priority | |
| is_active | No | Enable or disable the route |