Contact object
A contact represents an individual in your Qomon space. Contact data is split into basic fields and advanced fields.Basic fields
Basic fields are simple key-value pairs for core contact information:Advanced fields
Advanced fields store structured information such as consents, survey answers, custom fields, presence status, level of support, and tasks. When you retrieve contacts, advanced fields appear in theformdatas structure with form_id and form_ref_id. The same structure is also used by synchronous contact writes. Use GET /forms/{id} to decode those IDs.
Related guides
- See Create and update contacts for endpoint selection, upsert matching, and write payload examples.
- See Handle form structure for form types and
formdatasdecoding.

