Hi! Is there anyone who managed to let users create (using a workflow for example) an API key/secret for the workflow/data api? I am working to integrate my Bubble app with other apps using Zapier, but I dont want to manually create an API key for every user.
There are multiple posts about this, but none of them with answer to this question.
Yes. You need to use a first flow that will let user login with their email/password and return an API token. And you can use it after to run another API workflow on behalf of this user.