hookbase_update_destination
Modify an existing webhook destination configuration by updating its URL, method, headers, authentication, timeout, rate limits, or activation status.
Instructions
Update an existing destination configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination_id | Yes | The ID of the destination to update | |
| name | No | New display name | |
| url | No | New URL | |
| method | No | HTTP method | |
| headers | No | Custom headers | |
| auth_type | No | Authentication type | |
| auth_config | No | Auth configuration | |
| timeout_ms | No | Request timeout in milliseconds | |
| rate_limit_per_minute | No | Maximum requests per minute | |
| is_active | No | Enable or disable the destination |