Create connector field mapping
POST/integrations/connectors/:id/field-mappings
Creates a field mapping between a CRM source field and an external target field for the given connector. If an identical source/target combination already exists for the binding key, it is upserted (updated). Provide an optional transform_rule expression for data type or format conversion.
Request
Responses
- 302
- 422
Redirect to field mappings page after save.
Validation error — source_field and target_field are required.