events

Send an event

Send an event to Sailhouse

post/topics/{topic_slug}/events

Path parameters

topic_slugstring required

Request body

dataobject required

The event data, as a JSON object

metadataobject

Additional metadata for the event

send_atstring nullable

RFC3339 formatted string for when the event should be sent to subscriptions

wait_group_instance_idstring nullable

ID of the wait group instance to which this event should be added to

Response

Success

idstring required

The ID of the event that was sent.

Changes

Changed in 1 of the 5 revisions of this API.1