Events
Fan out an event
This endpoint uses the owner_id to fan out an event to multiple endpoints.
POST
/
v1
/
projects
/
{projectID}
/
events
/
fanout
Authorizations
Path Parameters
Project ID
Body
application/json
Specifies custom headers you want convoy to add when the event is dispatched to your endpoint
Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints
Event Type is used for filtering and debugging e.g invoice.paid
Specify a key for event deduplication
Used for fanout, sends this event to all endpoints with this OwnerID.
Was this page helpful?