Schedule Event Sources
Schedules an event to be published to the specified event source.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
event_type
The type of the event.
id
The event source's ID.
payload
The raw payload of the event.
event_key
A unique key for this event (scoped to an event source) used for updating/getting/deleting scheduled events.
publish_at
The timestamp at which the event should be published. The event is
guaranteed to be published after this. If omitted, the event is
published immediately.
update_if_exists
Whether or not to update an existing scheduled event with the same
event key. If this is false, and an event is already scheduled with
the same event key, then HTTP 409 Conflict is returned.
Response
Success.
event_key
The event key for this event. Auto-generated if the caller doesn’t specify the event key. This may be empty if the event was published immediately.