Load Appointment Element

Returns single appointment data by an appointment id and email address.

Parameters:

Example of ${status.appointment} 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"
        }
    }
    

Flows: