CreateFieldMapping creates a new field mapping.
POST/api/v1/ticketing/integrations/:integrationId/mappings
Field mappings define how data transforms between systems. Configure mappings for each field you want to sync.
Errors
- NOT_FOUND: Integration does not exist
- INVALID_ARGUMENT: Invalid entity type or transform config
- ALREADY_EXISTS: Mapping for this field already exists
- PERMISSION_DENIED: Caller lacks integration:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.