Remainder api example

amazon-alexa

#1

I have to add remainders in my project. I have followed the below tutorial

https://www.jovo.tech/docs/amazon-alexa/reminders#

But can I get an example for the request that should be given inside the const remainder in the example code

const reminder = {
        // Your reminder
    };

#2

You can find out what that these JSON objects look like here: https://developer.amazon.com/docs/smapi/alexa-reminders-api-reference.html#reminder-object


#3

Here’s an example: