I think you’re looking for Bubble’s API Connector. You can use that to make a call to external API’s from Bubble. I’d do a forum search for the API Connector, and definitely check out the documentation and training videos. I’m 90% sure this is what you’re looking for. Good luck!
Yes, I’m aware of Bubble’s API connector. It is for connecting from bubble to an external end point. I’m using it to connect to several external services. Here the call is initiated by Bubble.
What I’m struggling with is - how do I connect an external service to Bubble, so that the external service can post to my App hosted in bubble. Here the call is initiated by the external service.
No, I have not been able to make progress on this.
What I ended up doing is this:
I’m using Zapier to convert the XML into JSON and send the JSON to bubble.
Based on what I have seen and tried, bubble seems capable of parsing a JSON.
This worked for my initial requirement - parsing a pretty flat JSON file and creating a thing.
However, please note that there is a bubble limitation - it cannot parse multiple instances for a thing in a JSON payload. See my forum posting on this topic.
@csblack - you can define a webhook in zapier for this. Zapier will be able to process the XML input and get the key-value pairs. You can then customise the zapier ouput.
Does any one knows how to convert / export the bubble database to a XML, so i can download this xml in the site?? Now Bubble only supports download as CSV.