Several fields in theDocumentation Index
Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
contact object accept arrays of form objects. Each object requires the form id and a string value defined in your account settings.
The following field types follow this pattern:
| Field | Description |
|---|---|
consents | Forms related to consent and data collection |
custom_fields | Custom fields associated with the contact |
status | Level of support of the contact |
Find your form IDs
Each form type has its own endpoint. Call the relevant one to retrieve the IDs and accepted values for your account:
For more information, look at the reference for /forms.
| Field | Endpoint |
|---|---|
consents | GET https://incoming.qomon.app/forms/consent |
custom_fields | GET https://incoming.qomon.app/forms/custom_fields |
status | GET https://incoming.qomon.app/forms/level_of_support |
Use the form
id returned by the endpoint, not the form_ref_id.The
value field always expects a string — never a boolean or integer.