How can I take the data that comes in from an external server into bubble, to a bubble thing? This would be very helpful!
Did you initialize the endpoint?
If the incoming request has a unique ID of an existing Bubble thing, then just do Do a search for Thing
where the unique id = request's unique ID
then get the :first item
If the Thing doesn’t exist then you just need to do Create a Thing and set all the fields to the values you want