fluentcrm-contact-models

Installation
SKILL.md

FluentCRM: contact, list, tag, and user models

Use this skill for companion plugins that need to write or query FluentCRM contacts. Prefer FluentCrmApi() wrappers for writes, and use the ORM models for reads, reports, migrations, and carefully scoped queries.

Verification note: this skill is based on FluentCRM core 3.1.13 source. The contact/list/tag/user APIs covered here are core APIs and do not require FluentCampaign Pro.

When to use this skill

  • Creating or updating contacts from a third-party plugin, webhook, form, order, LMS event, or user registration.
  • Adding or removing FluentCRM lists/tags from a contact.
  • Querying contacts by list, tag, status, SMS status, company, search, custom field, or advanced filter provider.
  • Mapping a WordPress user to a FluentCRM contact.
  • Reviewing code that touches Subscriber::create(), Subscriber::updateOrCreate(), attachLists(), attachTags(), fluentcrm_subscriber_statuses(), or ContactsQuery.

API entry points

Guard companion plugin code and run after FluentCRM has loaded:

Installs
1
GitHub Stars
22
First Seen
1 day ago
fluentcrm-contact-models — lonsdale201/wp-agent-skills