I’ve never worked with NodeJS before and am trying to connect Bubble to the Motion.io chatbot API which uses a NodeJS function to send/receive data to/from the bot.
Is this possible to do via the api connector? Don’t want to spend a ton of time finding out it’s not.
I’d like to integrate Motion.ai chatbot with Bubble some how and aparantly the way I can pass data to/from Motion.ai from Bubble is by way of a “Node.js” function.
This would allow the bot, hosted in motion.ai, to call out to Bubble to search for Things (ex. available apartments using checkin checkout date) and provide a response to the user automated by the motion.ai bot.
Do I need to have a specific node function written by a developer that works and calls out to the bubble api?