Load Appointments Element

Loads appointments for a user identified by an email address.

Parameters:

Example of ${status.appointments} Return Variable Name value:

    [
        {
            "appointment_id" : "123",
            "timestamp" : 123345678,
            "payload" : {
                "some_other_fields" : "That is used by implementing appointment context & WP plugin",
                "more_fields" : "Some other data"
            }
        },
        {
            "appointment_id" : "123",
            "timestamp" : 123345678,
            "payload" : {
                "some_other_fields" : "That is used by implementing appointment context & WP plugin",
                "more_fields" : "Some other data"
            }
        }
    ]
    

Flows: