Unfortunately one of my API providers has quite a weird naming. One required field for example is called rooms[name]. However, bubble doesnt allow me to enter brackets into the key field of the workflow API.
Is there any way to circumvent this, as else I wont be able to integrate this into my app.
BTW. I have not yet looked at the plugin requirements for the open source community, but if that problem can be solved I could also easily implement this as a native feature for all bubblers. The service is a live voice chatting API.
It might be that Rooms is actually an array of multiple "name"s? If so, you’ll need to enter this into the body text box. Could you share a link to the documentation for this call?
I just read the documentation. You need to add parameter metadata[passport_number] and the value of that parameter should be the passport number you are trying to update.
I was having trouble with a Stripe API Call that is supposed to accept metadata parameters.
I was not able to get it to work properly using any of the methods on this thread…however, using the body parameter method by @shawnmi6 when the Call type is a Post, I was able to get additional options, one of which is the querystring and checking that box did the trick.