(Incoming) Wake

Usage

The "wake" event notifies you that we will need the specified custom_id. So you can start sending events for this custom_id.

WebSocket event

You will receive an event with the following name and data:

Event name: wake

No response required

Event data received

KeyTypeDescription
custom_idstringUnique identifier from your services (1-64 characters)

Example

{
  "custom_id": "1234"
}

What's next?

Powered by Doctave