HTTP Reference
Create an event
Send an event to Trigger.dev to trigger job runs through eventTrigger()
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Event successfully sent
The ID of the event that was sent.
The name of the event that was sent.
A JSON object that represents the deserialized payload or context.
The context of the event that was sent. Null if no context was set.
The timestamp of the event that was sent.
The timestamp when the event will be delivered. Null if not applicable.
The timestamp when the event was delivered. Null if not applicable.
The timestamp when the event was cancelled. Null if the event wasn't cancelled.
Was this page helpful?