Contacts
Create a contact synchronously.
Create a contact synchronously in the Qomon database.
To synchronize and mass update your contacts, use the UPSERT route instead.
To specify the advanced (custom fields, survey, etc) fields, you need to use the formdatas structure with form_id and form_ref_id.
form_id: the ID of the advanced fieldform_ref_id: the ID of the value of the advanced field
"formdatas": [
{
"form_id": 47566,
"form_ref_id": 15648,
"data": "consent_email"
}
]
POST
Documentation Index
Fetch the complete documentation index at: https://developer.qomon.com/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 19, 2026