Skip to main content

Overview

Object Mapping declares how the fields on this object map onto the fields of another object. Used by import flows, sync flows, and AI tools that need to translate between schemas.

Configuration

What it stores

The target object and the list of field-to-field mappings that translate between the two objects.

Filtering

Filter by whether a mapping is set (is empty / is not empty). Filtering on the individual mappings is not supported.

Examples

A HubSpot Contact import that maps HubSpot Contact fields onto Custral Contact fields.

See also