Suggest object import mappings
Suggests how source import columns should map into the destination object schema.
POST
/api/objects/by-handle/{handle}/import-mappings/suggestSuggests how source import columns should map into the destination object schema.
Path Parameters
handle*string
Stable handle used in routes and lookups.
Example
"projects"Request Body
application/json
Request payload for Suggest object import mappings.
columns*array<>
Source column headers available for mapping.
Example
[
"Project Name",
"Stage"
]sampleRows*array<>
Representative input rows used to infer mappings.
Items
items <= 10additionalInstructions?|
additional instructions.
schema*
Destination object schema keyed by field handle.
Example
{
"name": {
"name": "name",
"type": "text",
"required": true
}
}[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json