Hi forum,
I am working with an affiliate partner who wants to send us data. Therefor he wants to use a “Post request” to create a new thing in our database.
You need to also create the backend workflow which is where the post request would be sent to…check out Bubble manual on the API section (one of the few places they did a great job)
To create a new “Thing” via Bubble’s API, you indeed create an API token, but you also need to create a workflow in the Backend Workflows that specifies everything that needs to happen to create a new “Thing.” In this workflow, you can set up the necessary actions, conditions, and data manipulations required for the creation of a new “Thing” in your application.
Please note, the people with whom you share the API key can also use other API workflows. Therefore, you should implement a condition that specifies what is and isn’t allowed with this API key. In other words, you need to establish and enforce access controls to ensure that the API key is only used for its intended purpose and not abused for unauthorized activities.
Ik heb een vraag Martijn,
Ik gebruik eigenlijk veelal een database triggger event. Kan ik deze niet gewoon aanhouden? Hier gebeurd eigenlijk iedere actie dat gebeurd moet worden.