Convoy
Convoy is an open-source, cloud-native webhooks gateway used to securely ingest, persist, debug, deliver, and manage events. It positions itself as "the complete solution for secure, scalable, and reliable webhook delivery," covering both outbound (sending) and inbound (receiving) webhooks with retries, payload signing, fan-out, rate limiting, message broker ingestion, and customer-facing portals. Convoy is offered as a self-hosted open-source project (Elastic License v2.0, with the OpenAPI spec under MPL 2.0) and a fully managed cloud service in US and EU regions.
APIs
Convoy API
The Convoy REST API, version 26.3.5, exposes 44 operations across 11 resource groups for managing webhook delivery infrastructure: Subscriptions, Endpoints, Events, Sources, Eve...
Collections
Convoy API Reference
POSTMANConvoy API Reference
OPENArazzo Workflows
Convoy Attach Filter to Subscription
Create a subscription, attach a body-matching filter, and confirm the filter list.
ARAZZOConvoy Batch Retry Failed Deliveries
Detect failed deliveries for an endpoint and batch retry them in one call.
ARAZZOConvoy Broadcast Event and Track
Broadcast an event to all matching subscriptions and trace the resulting event.
ARAZZOConvoy Create Event and Trace Delivery
Publish an event to an endpoint, find its delivery, and read the delivery attempts.
ARAZZOConvoy Define Event Type and Subscribe
Define a project event type, create an endpoint, and subscribe filtered to that type.
ARAZZOConvoy Fan Out Event to Owner
Confirm endpoints exist for an owner, fan out an event to them, and verify it landed.
ARAZZOConvoy Force Resend Successful Deliveries
Find a recent successful delivery for an endpoint and force resend it by ID.
ARAZZOConvoy Inspect Delivery Attempts
Retrieve an event delivery, list its attempts, and drill into a single attempt.
ARAZZOConvoy Provision Endpoint and Subscription
Stand up a webhook endpoint, subscribe it, send a first event, and confirm delivery.
ARAZZOConvoy Register Incoming Source
Create an HMAC-verified incoming source and subscribe it to an endpoint.
ARAZZOConvoy Replay Event
Pick a recent event, replay it as a fresh event, and trace the new deliveries.
ARAZZOConvoy Retry a Failed Delivery
Find a failed event delivery, retry it, and inspect the resulting delivery attempts.
ARAZZO