test_webhook_delivery
Send a real test webhook to a callback URL and return the receiver's HTTP status code to verify delivery before wiring it into job or trigger configurations.
Instructions
Send one real test webhook payload (event webhook.test with a sample message) to a callback URL and return the delivery result. This makes an actual outbound HTTP POST from the Algenta API to the given URL, with no retries. Use it to verify a receiver before wiring callback_url into submit_job or register_trigger. Returns success, the receiver's HTTP status_code, and a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback_url | Yes | URL that should receive the test webhook payload. |