Circle V2 API Docs
    Preparing search index...

    Correlation context read back off the webhook's input_variables. We carry our Circle patient id in the workflow's existing patient_id input — CloudCruise echoes declared inputs back, and the workflow rejects undeclared keys, so we reuse a declared one rather than inventing our own.

    type InsyncRpaWebhookContext = {
        patientId: PatientId;
        syncType: InsyncRpaSyncType;
    }
    Index

    Properties

    Properties

    patientId: PatientId