Hey everyone !!
I don’t know exactly where post this topic.
But I just want to know if it’s possible to create (real coding) a plugin between a bubble app and an adobe software (especially illustrator, indesign and adobe xd).
Thanks !
Hey everyone !!
I don’t know exactly where post this topic.
But I just want to know if it’s possible to create (real coding) a plugin between a bubble app and an adobe software (especially illustrator, indesign and adobe xd).
Thanks !
If it has a web request API, yes.
If not, then it gets 10x harder, you’ll need to find a local API (usually using a language like python or rust), create a local server that interacts with it and then that local server must have a web request API to interact with Bubble.
If no local API is provided, then you’re out of luck
Best is to see if there’s a web request API, if not, look for an alternative that will provide you with one.