Check Appointment Time Element

This element has several sub flows, depending on the requested time available or not. When the requested slot is not available, element exposes suggestions, an array of time slots that could be offered to the end user.

Parameters:

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

    [
        {
            "timestamp": 1641913200,
            "timezone": "UTC"
        },
        {
            "timestamp": 1641996000,
            "timezone": "UTC"
        }
    ]
    

Flows:

Other: