Load Alexa Reminders Element

Loads reminders of an Alexa Skill which could be filtered by an status which could be ON or COMPLETED.

Parameters:

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

    [
        {
            "alertToken": "eb5e1fdf-b7a2-4e8b-a17b-1edd6404c6ad",
            "createdTime": "2022-01-31T09:10:06.052Z",
            "updatedTime": "2022-01-31T09:10:37.966Z",
            "trigger": {
                "type": "SCHEDULED_RELATIVE",
                "scheduledTime": "2022-01-31T10:10:21.000",
                "timeZoneId": "Europe\/Paris",
                "offsetInSeconds": 15,
                "recurrence": null
            },
            "status": "COMPLETED",
            "alertInfo": {
                "spokenInfo": {
                    "content": [
                        {
                            "locale": "en-US",
                            "text": "Feed your kitties.",
                            "ssml": "Feed your kitties."
                        }
                    ]
                }
            },
            "pushNotification": {
                "status": "ENABLED"
            },
            "version": "4"
        },
        {
            "alertToken": "118f45ce-ed6f-4e05-af33-067b7360df1b",
            "createdTime": "2022-01-31T09:19:47.897Z",
            "updatedTime": "2022-01-31T09:21:06.983Z",
            "trigger": {
                "type": "SCHEDULED_ABSOLUTE",
                "scheduledTime": "2022-01-31T10:21:00.000",
                "timeZoneId": "Europe\/Paris",
                "offsetInSeconds": 0,
                "recurrence": null
            },
            "status": "COMPLETED",
            "alertInfo": {
                "spokenInfo": {
                    "content": [
                        {
                            "locale": "en-US",
                            "text": "It's time to feed your kitties.",
                            "ssml": "It's time to feed your kitties."
                        }
                    ]
                }
            },
            "pushNotification": {
                "status": "ENABLED"
            },
            "version": "4"
        }
    ]
    

Flows: