{"uid":"cap_joXtoJqrmWxclDiYlwCln","slug":"agishub-guaranteed-webhook-delivery-94c70133","name":"AgisHub Guaranteed Webhook Delivery","description":"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.","url":"https://api.agishub.com/paid/webhook-send","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Public http/https URL to deliver the webhook to."},"method":{"enum":["POST","PUT","PATCH"],"type":"string","description":"HTTP method (default POST)."},"headers":{"type":"object","description":"Optional extra request headers, e.g. an auth token.","additionalProperties":{"type":"string"}},"payload":{"description":"JSON body to POST to the target (object, array, string or number)."}},"additionalProperties":false},"type":{"enum":["http"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_y-iSxN6XAnnsta5Ret3P_","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Delivers a JSON payload via POST/PUT/PATCH to any public URL with guaranteed, retried delivery, returning a job_id immediately for async tracking.","exampleAgentPrompt":"Send a webhook to https://hooks.myapp.com/events with this JSON payload: {\"event\": \"order_placed\", \"order_id\": 12345} using POST, and make sure it keeps retrying until it gets delivered — give me the job ID so I can check on it later.","exampleUseCases":[{"title":"Notify order fulfillment service","prompt":"Send a POST webhook to https://fulfillment.mystore.com/hooks/orders with the payload {\"order_id\": \"ORD-9921\", \"status\": \"paid\"} and make sure it retries if the server is down — I need guaranteed delivery."},{"title":"Trigger CI/CD pipeline on deploy","prompt":"Fire a webhook to https://ci.mycompany.com/trigger with payload {\"branch\": \"main\", \"action\": \"deploy\"} using a PUT request, and include the header Authorization: Bearer mytoken123. I need this to retry until it succeeds."},{"title":"Push event to third-party integration","prompt":"Deliver this JSON event {\"type\": \"user_signup\", \"email\": \"jane@example.com\"} to https://integrations.partner.io/ingest via PATCH, and keep retrying in the background if it fails — return me a job ID."}],"resultDescription":"Returns immediately with a job_id (string) that can be used to poll delivery status via a companion endpoint. In the background, AgisHub retries the webhook POST/PUT/PATCH until the target URL responds with a success status, ensuring guaranteed delivery.","failureModes":["Invalid or non-public target URL returns a validation error","Unsupported HTTP method (only POST, PUT, PATCH allowed) returns a 400-level error","Malformed JSON payload may be rejected at validation","Target URL permanently unreachable eventually marks job as failed after max retries","Missing required 'url' query parameter returns a schema validation error","Insufficient payment (x402) causes the request to be rejected before processing"],"whenToPreferThis":"Choose this endpoint when you need guaranteed, retried delivery of a JSON webhook to an external URL and cannot afford to lose the event if the target is temporarily unavailable. Prefer it over a simple HTTP POST when reliability and retry logic matter — especially for critical events like payment confirmations, order updates, or CI/CD triggers. It returns immediately with a job_id, making it suitable for async workflows where you want to fire-and-forget but still track delivery status.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:16.905Z","isFirstParty":false}