Quentn integration (Marketing, Productivity). Imported from open-connector.
https://{system_id}.{server_id}.{quentn_base_domain}{quentn_api_path_prefix}/users
| Param | Type | Required | Description |
|---|---|---|---|
| range | integer | optional | Result range index, starting from 0. |
| limit | integer | optional | Maximum number of users to return, between 1 and 20. |
| sort | string | optional | The order of Quentn list results. |
/user/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | integer | required | Quentn user ID. |
| userId | string | required | Path parameter: userId |
/contact/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| fields | array | optional | Optional contact field names to return. |
| contactId | string | required | Path parameter: contactId |
/contact/{email}
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Contact email address. | |
| fields | array | optional | Optional contact field names to return. |
/contact
| Param | Type | Required | Description |
|---|---|---|---|
| contact | object | required | Quentn contact fields, including custom fields. |
| duplicate_check_method | string | optional | Method Quentn uses to search for duplicate contacts. |
| duplicate_merge_method | string | optional | Method Quentn uses to merge a contact when a duplicate is found. |
| return_fields | array | optional | Additional contact fields Quentn should return. |
| flood_limit | integer | optional | Maximum contacts allowed from the same request_ip within an hour; 0 disables th… |
| spam_protection | boolean | optional | Whether Quentn should check request_ip for spam protection. |
/contact/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| updates | object | required | Quentn contact fields, including custom fields. |
| return_fields | array | optional | Additional contact fields Quentn should return. |
| contactId | string | required | Path parameter: contactId |
/contact/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| contactId | string | required | Path parameter: contactId |
/terms
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | Number of terms to skip. |
| limit | integer | optional | Maximum number of terms to return. |
/terms/{termId}
| Param | Type | Required | Description |
|---|---|---|---|
| term_id | integer | required | Quentn term ID. |
| termId | string | required | Path parameter: termId |
/terms
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Term name. |
| description | string | optional | Term description. |
/terms/{termId}
| Param | Type | Required | Description |
|---|---|---|---|
| term_id | integer | required | Quentn term ID. |
| name | string | optional | Updated term name. |
| description | string | optional | Updated term description. |
| termId | string | required | Path parameter: termId |
/terms/{termId}
| Param | Type | Required | Description |
|---|---|---|---|
| term_id | integer | required | Quentn term ID. |
| termId | string | required | Path parameter: termId |
/contact/{contactId}/terms
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| contactId | string | required | Path parameter: contactId |
/contact/{contactId}/terms
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| term_ids | array | required | Quentn term IDs to assign to the contact. |
| contactId | string | required | Path parameter: contactId |
/contact/{contactId}/terms
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | Quentn contact ID. |
| term_ids | array | required | Quentn term IDs to remove from the contact. |
| contactId | string | required | Path parameter: contactId |