test_webhook_destination
Send a synthetic test payload to a webhook destination to verify delivery, with confirm=true required to trigger the send.
Instructions
Send a synthetic payload to a webhook destination. Requires confirm=true.
Mutating (external) operation: dispatches a synthetic test payload to the identified destination and records the delivery outcome. Returns success=false unless confirm=true. Use list_webhook_deliveries to inspect the result.
Args: destination_id: Identifier of the webhook destination to test. confirm: Must be True to send the test payload; without it the call is a no-op. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to send the test payload; without it the call is a no-op. Defaults to False. | |
| destination_id | Yes | Identifier of the webhook destination to test. |