I’ve created a POST that works with static values but haven’t been successful pulling these values instead from my database dynamically. Here’s what I’ve got thus far…
My API POST looks like this and has static values. I want instead to pull event.name.html, event.start.utc and event.end.utc from my database.
Not sure I’m on the right path (b/c it doesn’t work), but here goes…
I’ve set up an API workflow to pull data from my database. It looks like this:
A new event is created/button is clicked. This has an attached workflow that triggers an API workflow.
I think you are confusing two similar things here.
Although your screenshots are not that clear, for your use case the set-up your are doing in your first screen shot should be enough to meet your needs. The “API connector” is for sending data to an external web-service and receiving the response in bubble. Once it is configured (make sure the URL and parameters you need to make dynamic are “client-safe”) you can use it in your workflow with the option to “Call External API”, where you can set the parameters dynamically.
The second screen shot shows “API workflow” which is for getting data into bubble. I do not think you need it for the use case you are describing. The “API connector” should be more than enough.
I have found this old thread, but stil unclear for me to…
I have checked your forumapp3 but can’t find it, because the API connector plugin is not installed (anymore?)
I also can’t find the “Call External API” instruction…