Help with askAlexa app

Hey All, I am trying to set up the askAlexa app and I need help. I have set up what I believe is everything in the Smartthing IDE. I have setup the code in the Lambda area but I need to set these
// Paste app code here between the breaks------------------------------------------------
var STappID = ‘’;
var STtoken = ‘’;
var url=‘https://graph.api.smartthings.com:443/api/smartapps/installations/’ + STappID + ‘/’ ;
I am not sure where to get this information.
Any help would be appreciated.
I am still not sure how these work together but I believe.

Hi @trirocketman, did you see the wiki on setting up askAlexa? Look for this:

http://thingsthataresmart.wiki/index.php?title=Ask_Alexa#Finalizing_The_Function_Code

What you’re looking for can be found via Live Logging in the IDE once you go into the setup variables in the askAlexa app and tap on Settings -> Setup Variables.

http://thingsthataresmart.wiki/index.php?title=Ask_Alexa#Setup_Variables

I am the author of Ask Alexa. @johnconstantelo is spot on, but if you have issues, let me know…you are close!

1 Like

I have the app started on my iPad, do I just type this into the Lambda code?

I have everything set up and all I get from Alexa is “there is a problem with the requested skills response”.
After all this work I hate to give up on the whole thing.
Thanks