Map excess fields for contact payload
Re-runs the AI lead-mapper on a contact’s misc (excess) data to promote previously-unmapped values to first-class fields. Never overwrites an existing firstName/lastName/email; persists the remaining excess fields back to misc.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Raw lead text the AI mapper should re-parse into structured contact fields.
Field definitions describing the target schema the mapper should populate.
Already-mapped first-class fields; the server protects these from being overwritten when re-mapping.
Previously-unmapped key/value pairs (from misc) to re-evaluate for promotion to first-class fields.
Response
Mapped excess data
The response is of type object.