set_webhook_destination_enabled
Enable or pause webhook delivery for a specified destination. Requires confirm=true to apply the change; otherwise returns failure.
Instructions
Enable or pause a webhook destination. Requires confirm=true.
Mutating operation: flips the enabled flag on the identified webhook destination and persists it. Returns success=false unless confirm=true. Use create_webhook_destination to add, or delete_webhook_destination to remove.
Args: destination_id: Identifier of the webhook destination to modify. enabled: True to enable delivery or False to pause it. confirm: Must be True to change the destination; without it the call is a no-op. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to change the destination; without it the call is a no-op. Defaults to False. | |
| enabled | Yes | True to enable delivery or False to pause it. | |
| destination_id | Yes | Identifier of the webhook destination to modify. |