Events

Create an event

This endpoint creates an endpoint event

post/v1/projects/{projectID}/events

Path parameters

projectIDstring required

Project ID

Request body

app_idstring

Deprecated but necessary for backward compatibility.

custom_headersobject

Specifies custom headers you want convoy to add when the event is dispatched to your endpoint

dataobject

Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints

endpoint_idstring

Specifies the endpoint to send this event to.

event_typestring

Event Type is used for filtering and debugging e.g invoice.paid

idempotency_keystring

Specify a key for event deduplication

Response

Created

messagestring
statusboolean
dataHandlersStub

Changes