← Tools Reference

Quentn

Quentn integration (Marketing, Productivity). Imported from open-connector.

API key15 toolshttps://{system_id}.{server_id}.{quentn_base_domain}{quentn_api_path_prefix}
GET
quentn_list_users
List Quentn users visible to the current API key.

/users

3 parameters
ParamTypeRequiredDescription
rangeintegeroptionalResult range index, starting from 0.
limitintegeroptionalMaximum number of users to return, between 1 and 20.
sortstringoptionalThe order of Quentn list results.
GET
quentn_get_user
Get one Quentn user by ID.

/user/{userId}

2 parameters
ParamTypeRequiredDescription
user_idintegerrequiredQuentn user ID.
userIdstringrequiredPath parameter: userId
GET
quentn_get_contact_by_id
Get one Quentn contact by contact ID.

/contact/{contactId}

3 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
fieldsarrayoptionalOptional contact field names to return.
contactIdstringrequiredPath parameter: contactId
GET
quentn_find_contacts_by_email
Find Quentn contacts by email address.

/contact/{email}

2 parameters
ParamTypeRequiredDescription
emailstringrequiredContact email address.
fieldsarrayoptionalOptional contact field names to return.
POST
quentn_create_contact
Create one Quentn contact with optional duplicate handling.

/contact

6 parameters
ParamTypeRequiredDescription
contactobjectrequiredQuentn contact fields, including custom fields.
duplicate_check_methodstringoptionalMethod Quentn uses to search for duplicate contacts.
duplicate_merge_methodstringoptionalMethod Quentn uses to merge a contact when a duplicate is found.
return_fieldsarrayoptionalAdditional contact fields Quentn should return.
flood_limitintegeroptionalMaximum contacts allowed from the same request_ip within an hour; 0 disables th…
spam_protectionbooleanoptionalWhether Quentn should check request_ip for spam protection.
PUT
quentn_update_contact
Update one Quentn contact by contact ID.

/contact/{contactId}

4 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
updatesobjectrequiredQuentn contact fields, including custom fields.
return_fieldsarrayoptionalAdditional contact fields Quentn should return.
contactIdstringrequiredPath parameter: contactId
DELETE
quentn_delete_contact
Delete one Quentn contact by contact ID.

/contact/{contactId}

2 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
contactIdstringrequiredPath parameter: contactId
GET
quentn_list_terms
List Quentn terms.

/terms

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalNumber of terms to skip.
limitintegeroptionalMaximum number of terms to return.
GET
quentn_get_term
Get one Quentn term by ID.

/terms/{termId}

2 parameters
ParamTypeRequiredDescription
term_idintegerrequiredQuentn term ID.
termIdstringrequiredPath parameter: termId
POST
quentn_create_term
Create one Quentn term.

/terms

2 parameters
ParamTypeRequiredDescription
namestringrequiredTerm name.
descriptionstringoptionalTerm description.
PUT
quentn_update_term
Update one Quentn term by ID.

/terms/{termId}

4 parameters
ParamTypeRequiredDescription
term_idintegerrequiredQuentn term ID.
namestringoptionalUpdated term name.
descriptionstringoptionalUpdated term description.
termIdstringrequiredPath parameter: termId
DELETE
quentn_delete_term
Delete one Quentn term by ID.

/terms/{termId}

2 parameters
ParamTypeRequiredDescription
term_idintegerrequiredQuentn term ID.
termIdstringrequiredPath parameter: termId
GET
quentn_list_contact_terms
List all Quentn terms assigned to one contact.

/contact/{contactId}/terms

2 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
contactIdstringrequiredPath parameter: contactId
PUT
quentn_set_contact_terms
Set the complete Quentn term ID list assigned to one contact.

/contact/{contactId}/terms

3 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
term_idsarrayrequiredQuentn term IDs to assign to the contact.
contactIdstringrequiredPath parameter: contactId
DELETE
quentn_remove_contact_terms
Remove selected Quentn terms from one contact.

/contact/{contactId}/terms

3 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredQuentn contact ID.
term_idsarrayrequiredQuentn term IDs to remove from the contact.
contactIdstringrequiredPath parameter: contactId