This element will try to create a reminder for an Alexa Skill.
Is recurring? - Reminder is recurring?Reminder Recurrence Start Date - If the reminder is recurring this filed will be resent. Requested date in the Y-m-d format (the MySQL DATE format)Reminder Recurrence Start Time - If the reminder is recurring this filed will be resent. Requested time in the H:i:s format (the MySQL TIME format)Reminder Recurrence End Date - If the reminder is recurring this filed will be resent. Requested date in the Y-m-d format (the MySQL DATE format)Reminder Recurrence End Time - If the reminder is recurring this filed will be resent. Requested time in the H:i:s format (the MySQL TIME format)Reminder Recurrence Rules - If the reminder is recurring this filed will be resent. String in RRULES format which defines the recurrence of the reminder. More info can be also found in the Alexa Developer documentation at here under trigger.recurrence.recurrenceRules.Reminder Type - If the reminder is not recurring this filed will be resent. Type of the reminder.Reminder Date - If the reminder is not recurring this filed will be resent. Requested date in the Y-m-d format (the MySQL DATE format)Reminder Time - If the reminder is not recurring this filed will be resent. Requested time in the H:i:s format (the MySQL TIME format)Use App Timezone? - DEFAULT will use false, if you wish to use your timezone instead just set Use App Timezone? to true otherwise Alexa will get the timezone of the users device.Timezone - only when Use App Timezone? is set to true. PHP timezone name.Spoken Info Content Text - Text which will be spoken when the reminder triggers.Should send push notification? - Will also send the push notification to your Alexa App on Android or iOS device if set to true.Result Variable Name - Default status, name of the variable that contains additional information (alertToken, createdTime, updatedTime status, version, href)Example of ${status.reminder} Return Variable Name value:
{
"alertToken": "fb6412a3-3616-453f-883d-97cc17d5c2e3",
"createdTime": "Wed Feb 02 12:58:51 UTC 2022",
"updatedTime": "Wed Feb 02 12:58:51 UTC 2022",
"status": "ON",
"version": "3",
"href": "https:\/\/api.amazonalexa.com\/v1\/alerts\/reminders\/fb6412a3-3616-453f-883d-97cc17d5c2e3"
}
OK - executes when the reminder could be created