Skip to main content
All CollectionsROOK Connect
Are the SDKs sending the data first to ROOK and then via webhook to the client?
Are the SDKs sending the data first to ROOK and then via webhook to the client?

This article shows how the data is processed and transmitted.

Paola Malo Molina avatar
Written by Paola Malo Molina
Updated over a week ago

The SDK doesn't send information to clients via webhook. It transmits data to ROOK server, which, in turn, communicates via webhook.

Diagram Flow

  1. The extraction SDK requests health data from the device.

  2. Processed data results in an event or a summary, depending on the request.

  3. Data is transmitted to the ROOK server, processed, and then sent via webhook to the client.

Considerations:

The extraction process is client-defined; it can trigger when the application is open or prompt a push notification asking to open the app and send health data.

Did this answer your question?