CRM integrations package for Meros, currently Salesforce-focused.

Maintainers

Package info

github.com/mirror-and-mountain/meros-crm

pkg:composer/mirror-and-mountain/meros-crm

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.3 2026-07-08 08:40 UTC

This package is auto-updated.

Last update: 2026-07-08 08:41:03 UTC


README

A Salesforce-focused CRM package for the Meros framework.

Scope

This package owns Salesforce-specific integrations, external models, and form actions.

Action Types

The package provides two patterns for CRM writes:

  • create_salesforce_contact: typed, explicit action that uses a dedicated external model (SalesforceContacts) and a fixed contact payload contract.
  • run_crm_sync_jobs: configurable action for one or more generic write jobs using integration handle + object/endpoint + mapping rows.

Use create_salesforce_contact when you want predictable contact behavior and cleaner code-level guarantees.

Use run_crm_sync_jobs when you need admin-configurable object targets or multiple writes without creating a new action class.

License

MIT