Events
Create an event
This endpoint creates an endpoint event
POST
/
v1
/
projects
/
{projectID}
/
events
Authorizations
Path Parameters
Project ID
Body
application/json
Deprecated but necessary for backward compatibility.
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
Specifies the endpoint to send this event to.
Event Type is used for filtering and debugging e.g invoice.paid
Specify a key for event deduplication
Was this page helpful?