N8n - Getting a 404 trying to create a new Thing in Bubble

I’m trying to create a new Thing via n8n based on a Typeform response and I’m getting a 404 resource not found error. I successfully got the data from Typeform and can use it in subsequent nodes, only the Bubble node is throwing a 404 when I try to create a new Thing.

Has anyone had this issue? Or know of a solution?

I resolved the issue and just want to share:

I enabled the Data API for the specific Thing/object, and I had to change the type of one of the Thing’s fields to match the data coming from the n8n node - specifically changed a date type to text.

1 Like