Returns single reminder data by an alert token id.
Reminder ID - ID of the existing and ACTIVE reminder of an Alexa SkillReturn Variable Name - Default status, name of the variable that contains additional information (appointment, timezone)Example of ${status.reminder} 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": "ON",
"alertInfo": {
"spokenInfo": {
"content": [
{
"locale": "en-US",
"text": "Feed your kitties.",
"ssml": "Feed your kitties. "
}
]
}
},
"pushNotification": {
"status": "ENABLED"
},
"version": "4"
}
OK - will be executed if the reminder was found and the reminder's status is ON