Has anyone built a tool that leveraged EDI on bubble to connect with a client? If so, did you find an off-the-shelf solution? Or did you have to have some dev work? I’m looking for suggestions. Thank you all.
Bubble has the API connector which is a nice piece of engineering to deal with REST APIs. (so deals with JSON over HTTPS) https://manual.bubble.io/core-resources/bubble-made-plugins/api-connector?
If by EDI you mean EDIFACT, Supply Chain document flow type stuff (and I am thinking back to when I worked at GE in the 90’s ) then that is likely to be some custom plugin code to do that integration, which is entirely possible - assuming your transport is HTTPS. No reason not to be able to marshall and unmarshall SOAP into and out of Bubble. Bubble plugins are node apps so you may be able to do Socket programming if you are brave enough.
1 Like