hookbase_create_route
Create a webhook route to forward events from a source to a destination, with optional filters to control which webhooks are transmitted.
Instructions
Create a new route connecting a source to a destination. Optionally add filters to control which webhooks are forwarded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the route | |
| source_id | Yes | ID of the source to receive webhooks from | |
| destination_id | Yes | ID of the destination to forward webhooks to | |
| filter_id | No | ID of an existing filter to apply | |
| filter_conditions | No | Inline filter conditions (alternative to filter_id) | |
| transform_id | No | ID of a transform to apply to the payload | |
| priority | No | Route priority (lower = higher priority, default: 0) | |
| is_active | No | Whether the route is active (default: true) |