Hello,
I would like to know if there is a way to invoke an input field when the user installs their Alexa Skill, something like the account linking prompt, instead though they only enter an API token. The whole process of saving the token works so far (via DynamoDB), but you have to enter it via a voice command , which is quite tedious, so I thought if there is a way to enter it at the start of the phone, or a prompt.
My Problem: The website i take information from doesn't have an oAuth, but simply gives the user an API token, to retrieve their data. That's why I can't use the account linking process.
Thanks a lot in advance