hookbase_update_source
Modify webhook source settings including name, provider, rate limits, and security options to maintain accurate data flow.
Instructions
Update an existing webhook source configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | The ID of the source to update | |
| name | No | New display name | |
| description | No | New description | |
| is_active | No | Enable or disable the source | |
| provider | No | Update webhook provider | |
| reject_invalid_signatures | No | Whether to reject invalid signatures | |
| rate_limit_per_minute | No | Maximum webhooks per minute |