I would like to take my database (which has privacy rules) and send them to an external platform.
The way I would like to do this would be, for example: when clicking on a button to generate a report, take this database where the report will be generated, and send it to the external platform to manipulate in code, and send it back to the bubble the result.
I saw that we can do this through the data api. but I wouldn’t want users to have to manipulate with the external platform.
Is there a way to get authentication using this logic? If not, how can I generate my token? I have to make an api call created in the backend workflow where I will log user in? but this action also needs the password and in my specific case it doesn’t work.
all help is appreciated! thank you!