Offbeat Iot
Get started
Using the ponder integration

Using the ponder integration

The ponder sync key returns a randomly selected question to ponder.

Contexts

Message

Get a ponder question

Send ponder as the sync key from your device.

Request
{
  "sync" : "ponder"
}
Example response
{
  "endpointId" : "test-endpoint-id",
  "message" : "How did you take care of your body this week?"
}

The question is selected independently for every request.

Examples