/field-mappings
/field-mappings
Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync ALL data from start.
Authentication
Token-based authentication with required prefix “Bearer”
Headers
Query parameters
If true, remote fields metadata is excluded from each field mapping instance (i.e. remote_fields.remote_key_name and remote_fields.schema will be null). This will increase the speed of the request since these fields require some calculations.
Request
The field traversal path of the remote field listed when you hit the GET /remote-fields endpoint.
The name of the target field you want this remote field to map to. Required if organization_wide_target_field is not provided.
The description of the target field you want this remote field to map to. Required if organization_wide_target_field is not provided.
The name or key of an existing Organization-wide target field to map to. When provided, target_field_name and target_field_description are optional.
If true, creates an integration-wide field mapping that applies to all Linked Accounts for the integration. Requires organization_wide_target_field.
DEPRECATED: Use ‘advanced_mapping_expression’ instead.