Magidoc

AutoMapMode
Enum

Auto-mapping mode for integration field mappings. Controls whether the API builds field mappings automatically when no FieldMappings are supplied. Not persisted on the integration — each call is independent.

Possible Values

#

NONE

No auto-mapping. The caller's FieldMappings (which may be empty) are used.

ESSENTIALS

Auto-map only the essential standard fields (first name, last name, email, address, timezone), plus any CRM-required or Tarvent-required fields. New Tarvent DataFields are created when needed to satisfy required fields. Only triggered when FieldMappings is empty.

ALL

Auto-map every CRM field. Creates new Tarvent DataFields as needed for fields with no existing match. Only triggered when FieldMappings is empty.

Usages

#

References

#

  • Argument mode of field autoMapIntegrationFields from type Mutation