← Leaderboard
8.0 L4

Convoy Webhooks

Native Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.55 Last evaluated Mar 23, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Convoy Webhooks quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 23, 2026

Freshness

Updated 2026-03-23T19:12:40.917425+00:00

Mar 23, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.2
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.6
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.0

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Convoy: API Design & Integration Surface

Docs-backed

REST API at cloud.getconvoy.io/api/v1 (Cloud) or self-hosted equivalent. Resources: projects, endpoints, events, event_deliveries, subscriptions, sources. POST /projects/{id}/events publishes an event to a project (fanout to subscribed endpoints). GET /projects/{id}/event-deliveries lists delivery attempts with status. POST /projects/{id}/endpoints creates a new consumer endpoint. POST /projects/{id}/subscriptions creates a subscription mapping an event type to an endpoint. GET /projects/{id}/events/{id}/deliveries checks delivery status for a specific event. Request/response payloads are JSON. Pagination via next_page_cursor.

Rhumb editorial team Mar 23, 2026

Convoy: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies. 401 for invalid API key, 400 for invalid event payload, 404 for missing endpoint/project. Event delivery states: Processing, Success, Retry, Failed, Discarded. Failed deliveries viewable in delivery dashboard; manual re-queue via POST /event-deliveries/{id}/forcesend. Circuit breaker: Convoy pauses delivery to endpoints with consecutive failures and resumes after timeout. Convoy Cloud uptime at status.getconvoy.io. Self-hosted reliability depends on Redis (message queue) and PostgreSQL (state) deployment.

Rhumb editorial team Mar 23, 2026

Convoy: Comprehensive Agent-Usability Assessment

Docs-backed

Convoy is a webhooks gateway — it sits between your application and webhook consumers, handling reliable delivery, retries, fanout, rate limiting, and circuit breaking. Two deployment modes: Convoy Cloud (managed) or self-hosted (Docker/Kubernetes, open source). For agents sending webhooks: create a project and app, publish events via the REST API, and Convoy handles delivery to all subscribed endpoints with retry logic and delivery status tracking. For agents receiving webhooks: use Convoy as an inbound webhook proxy that buffers and retries delivery to internal services. Competitive with Svix (SaaS-only) and Hookdeck (inbound focus). Self-hosted option is a key differentiator. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Convoy: Auth & Access Control

Docs-backed

API key auth: Authorization: Bearer {api_key} header. Project-level API keys from Convoy Dashboard → Settings. Multiple keys per project for environment separation. HTTPS enforced. Inbound webhook signature verification: Convoy generates HMAC signatures for outgoing webhooks; receiving endpoints verify using endpoint-specific signing secrets. No OAuth2. Convoy Cloud: key management via dashboard. Self-hosted: admin API for key management.

Rhumb editorial team Mar 23, 2026

Convoy: Documentation & Developer Experience

Docs-backed

docs.getconvoy.io provides the full documentation: REST API reference, SDK guide (Node.js, Python, Go, PHP), getting started tutorial, self-hosting deployment guide, and fanout vs. outgoing vs. incoming webhook configuration guides. Documentation quality is good and actively maintained. Getting started: create a Convoy Cloud account (free tier) or self-host with Docker. SDKs available for multiple languages. Community support via Convoy Discord and GitHub. Open-source MIT license.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("convoy-webhooks")
● Convoy Webhooks 8.0 L4 Native
exec: 8.2 · access: 7.6

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.0 / 10.0

Alternatives

No alternatives captured yet.