Create a mapping group field
Mapping Groups
Create a mapping group field
Define a field that this mapping group’s mappings can set. Field codes are referenced by mapping_fields when creating mappings.
POST
Create a mapping group field
Request Structure
| Field | Required | Description |
|---|---|---|
field_name | Yes | Field code (^[a-zA-Z0-9_]*$, max 50) |
field_type | Yes | Currently only string |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The mapping group to add the field to
Body
application/json
Response
Created successfully
Created record

