Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

Swa avatar image
Swa asked

Registered alexa user email

I am trying to email to the user email registered with Alexa using Node.js / Node-red when user says 'email me'. Is there any way to fetch the registered email in the request parameters. If not,Please suggest an alternative to achieve this. Appreciate your help.
alexa skills kitdebugging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Steve A avatar image
Steve A answered
No, there's no way to get the user email address from the request object. You'll need to set up account linking and have the user provide that to you, and then save the email yourself. Steve
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.