Events
Create a broadcast event
Events
Create a broadcast event
This endpoint creates a event that is broadcast to every endpoint whose subscription matches the given event type.
POST
/
v1
/
projects
/
{projectID}
/
events
/
broadcast
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
Response
201 - application/json
Deprecated
Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints
Available options:
active
, inactive
, pending
, paused
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
noop
, hmac
, basic_auth
, api_key
Available options:
Processing
, Failure
, Success
, Retry
, Pending
Was this page helpful?