Node-red-contrib-alexa-notifyme account data

Hi there,

I have node-red-contrib-alexa-notifyme in node-red installed and I got api-key and api-secret.
In the node I have to type the Access Code. I typed in the api-key --> fault, I typed in the api-key:api-secret --> fault.

Does anybody know what there is required in the Access Code - field?

Thanks in advance

Martin

Just discovered there are two notifyme skills Alexa skills so ignore my previous deleted info :slight_smile:

Just tried it with browser and that works
https://api.notifymyecho.com/v1/NotifyMe?notification=Hello%20World!&accessCode=nmac.P69.....rest of access code

[Edit]Works for me - I think you've done the same as I did and installed the wrong NotfyMe skill as that has two codes but the Thomptronics one (which is whats needed for this) only has one code

So remove existing skill and add in the correct one and all should be good

Hours later, I got it, thanks to claude.
Via inject-node send msg.payload as text to a function node.

Content of function node:
msg.payload = { message: msg.payload };
return msg;

http request node:

That's it.
user: api-key
passw.: api-secret