Node for FluentCRM

I need some help to make a node to FluentCRM. My intention is integrate this CRM to HubSpot. thanks!

Welcome to the community @Stelio_Cristovao

Would you please tell us what functionality you require exactly?

Hello Ricardo!

Thanks for your reply!

I’m trying to bidirectionally sync HubSpot contacts with FluentCRM contacts.

Has there been any progress with a Fluent CRM node?

Anyone can share info about how to connect FLUENTCRM wth N8N?

I have been able to push contacts into Fluent CRM using the HTTP node. Basic auth and the following endpoint

(https://yoursite.com/wp-json/fluent-crm/v2/subscribers/)

The query parameters I use are email, first_name, last_name, phone, custom_values[******]

Tags were tricky but the parameter format is tags and then variable the is tag id not the tag name.