Does Bubble’s API allow/recognize query string parameters that are part of a POST request?
I’m implementing a callback to my app via a POST request, and I’d like to include additional information that’s not part of the payload/body when the outside service invokes the callback. I figured I could just add the values to the query string so I’d have access to them in the callback WF, but there’s no “Get data from URL” available that I can see.
If the goal is to use the API Connector or the plug-in API tab, it would be helpful to see a screenshot of that. (My original message here, though, was about receiving a post request on a Bubble endpoint.)
Also, (and perhaps you’re already aware of this) the “query” references in the Monday API are not referring to URL query string parameters.