Does Bubble support bulk api put calls?

Hi All:

I am doing a bulk api call to upload MLS data in the for of a POST. That works pretty well but it creates duplicates as MLS database has to create these when there is a status change. Does bubble allow the bulk api call of the PUT variant? If so, does anyone have an example? Thanks in advance.

Julius

Hey @juliusdickens :waving_hand:

Welcome to the Bubble Community! :tada: :confetti_ball:

It does look like they have PUT and PATCH as well. Check it out: Data API endpoints | Bubble Docs

Hey Julius! Curious, where are you sourcing your MLS data?

And yes, what @J805 linked to should work well for your needs.

Hi Mac2, as a licensed realtor, I have access to MLSGRID. They syndicate MLS data for many MLS systems across the country.

1 Like

Thanks, J805. Will this work for the bulk calls as well?

For instance, if the endpoint ended in obj/rentalunit/bulk, would the PUT calls work?

Good question. I haven’t tested it with a PUT. It’s worth a shot. :blush: :man_shrugging:

At the moment the POST works, but the number of duplicates forces me to run an extra workflow to check for duplicates, costing me more WUs. If you get it to work let me know, I’d be happy to discuss a task for assistance on this one.

It doesn’t seem to work for me. :man_shrugging: Seems like bulk create might be the only thing we can do. :blush: