Tool tree
The Fingerprint device intelligence platform works across web and mobile applications to identify all visitors with industry-leading accuracy — even if they’re anonymous.
contact_salesSensitive Action
Submit a contact request to the Fingerprint sales team. Use this when the user wants to talk to sales, get a quote, request a demo, or discuss using Fingerprint device intelligence. Requires a business email address (personal/free email providers are rejected). The sales team replies by email.
View tool JSON
{
"name": "contact_sales",
"kind": "transact",
"impl": "imperative",
"description": "Submit a contact request to the Fingerprint sales team. Use this when the user wants to talk to sales, get a quote, request a demo, or discuss using Fingerprint device intelligence. Requires a business email address (personal/free email providers are rejected). The sales team replies by email.",
"inputSchema": {
"type": "object",
"required": [
"email",
"fullName",
"companyWebsite",
"message"
],
"properties": {
"email": {
"type": "string",
"description": "Business email address of the person contacting sales. Free email providers are rejected."
},
"fullName": {
"type": "string",
"description": "Full name (first and last) of the person contacting sales."
},
"companyWebsite": {
"type": "string",
"description": "Company website URL."
},
"jobTitle": {
"type": "string",
"description": "Job title of the person contacting sales."
},
"message": {
"type": "string",
"description": "What the user wants to discuss with the sales team, including their use case."
},
"monthlyApiCalls": {
"type": "string",
"enum": [
"Less than 1 million",
"Between 1 million and 9 million",
"More than 9 million"
],
"description": "Estimated monthly identification API call volume."
}
}
}
}