Returns single appointment data by an appointment id and email address.
Context ID - ID of the referenced IAppointmentsContextAppointment ID - ID of the existing appointmentEmail - User identificationReturn Variable Name - Default status, name of the variable that contains additional information (appointment, timezone)Timezone Mode - DEFAULT will use default timezone from referenced appointments context, CLIENT will try to get client information or SET will allow you to explicitly set the value.Timezone - only when timezone_mode is SET. PHP timezone name.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"
}
}
OK - will be executed if the appointment was foundNot Found - will be executed if the appointment was not found