Events
Dynamic Events
This endpoint does not require creating endpoint and subscriptions ahead of time. Instead, you supply the endpoint and the payload, and Convoy delivers the events
POST
/
v1
/
projects
/
{projectID}
/
events
/
dynamic
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
A list of event types for the subscription filter config
Specify a key for event deduplication
Endpoint's webhook secret. If not provided, Convoy autogenerates one for the endpoint.
URL is the endpoint's URL prefixed with https. non-https urls are currently not supported.
Response
201 - application/json
The response is of type object
.
Was this page helpful?