Skip to main content

API Question: Bulk contact edit

Hi! I'm a long time Fluent Forms user and recently got into FluentCRM. I haven't gotten into the ChatGPT integration as I don't have their platform tier. However, I discovered a custom GPT can reach out to fluentCRM's API, and I've been having a blast with the documentation and connecting it all. Now I'm just using natural language to run checks or pull information on contacts. It's pretty fun.

It's been about 5 years since I programmed for money, I'm rusty. This is computer-aided development. Haters gonna say it's AI because it is.

Here's the question though: I'm curious if there's a way to send updates for multiple subscribers by an array of IDs in a single api call? Or is that just too much power for one person to hold? I tried sending an array of objects with required fields to the subscribers endpoint, but it's an invalid JSON body. :(

Shahjahan Jewel

Currently, we don't have a bulk update endpoint. But here is the developer documentation that you can take a look: https://developers.fluentcrm.com/

Mark Anderson

Shahjahan JewelΒ Thank you! I dealt with a "hallucination" that swore there were bulk endpoints, glad to have some clarity, and by the looks of that link, new toys.