createEvent
POST
Body
application/json
Event data
Payload is the content of the event defined by the integration installed on your bot or one of the default events created by our API.
Schedule the Event to be sent at a specific time. Either dateTime or delay must be provided.
ID of the Conversation to link the event to.
Required string length:
28 - 36
Response
201
application/json
Returns a [Event](#schema_event) object if creation succeeds. Returns [an error](#errors) otherwise
The event object represents an action or an occurrence.
Was this page helpful?