relay
Send JSON payload to any public URL via POST, PUT, or PATCH, with automatic retries until delivery succeeds. Returns immediately with a job_id.
Instructions
Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http/https URL to deliver the webhook to. | |
| method | No | HTTP method (default POST). | |
| headers | No | Optional extra request headers, e.g. an auth token. | |
| payload | No | JSON body to POST to the target (object, array, string or number). |