Hey everyone! I’m working with Bubble.io and I’m wondering if anyone here has experience connecting the Thunkable Web API to the Bubble Backend Workflow in order to change data on the Bubble Server from my Thunkable App. Essentially what I’m trying to do is send a POST to Bubble, but Bubble isn’t reading my POST the way that I think it should.
1 Like
Hey @justinfaz,
Is there any authentication required on your end first? Do you need something like an access token for example? (This should be in their API docs)
We have a group of expert @no_coders in the community who might be able to help you out further with this?
Hey @domhnallohanlon
I’m trying for the same - at the moment just trying to log the user into the Bubble app, which doesn’t require an access token. Need to send a POST request with their email and password.
Issue I’m having, is that no matter how I set up the parameters, they’re not making it to Bubble.
I’m using the Workflow API: Workflow API - Bubble Docs
I’ve been able to replicate the request using the same data I am entering into the Thunkable app via an API tester