curl --request POST \
--url https://app.octavehq.com/api/v2/agents/qualify-person/run \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '
{
"agentOId": "agent_123",
"email": "[email protected]",
"jobTitle": "<string>",
"companyDomain": "example.com",
"companyName": "<string>",
"firstName": "<string>",
"linkedInProfile": "<string>",
"runtimeContext": "<unknown>"
}
'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"found": true,
"message": "Additional information",
"data": {
"score": 123,
"rationale": "<string>",
"product": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"persona": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"segment": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"playbook": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"person": {
"firstName": "<string>",
"lastName": "<string>",
"title": "<string>",
"profileUrl": "<string>",
"company": {
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"website": "<string>",
"founded": 123,
"location": {
"region": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"streetAddress": "<string>"
},
"employeeCount": 123,
"followerCount": 123,
"type": "<string>",
"slug": "<string>",
"logoUrl": "<string>",
"countryCode": "<string>",
"specialties": [
"<string>"
],
"industry": "<string>",
"crunchBaseFunding": [
{
"fundingRoundCount": 123,
"roundDate": "<string>",
"roundName": "<string>",
"investorNames": [
"<string>"
],
"investorCount": 123,
"roundAmount": 123,
"roundCurrency": "<string>"
}
]
},
"companyName": "<string>",
"companyDomain": "<string>",
"companyFoundedYear": 123,
"companyEmployeeCount": 123,
"companyDescription": "<string>",
"headline": "<string>",
"summary": "<string>",
"slug": "<string>",
"internalPictureUrl": "<string>",
"countryCode": "<string>",
"location": "<string>",
"city": "<string>",
"currentJobFunction": "<string>",
"currentSeniority": "<string>",
"followers": 123,
"allPositionsCount": 123,
"currentPositionsCount": 123,
"positions": [
{
"companyName": "<string>",
"title": "<string>",
"summary": "<string>",
"is_current": false,
"startDate": "<string>",
"endDate": "<string>",
"seniority": "<string>",
"jobFunction": "<string>",
"company": {
"name": "<string>",
"domain": "<string>",
"founded": 123,
"employeeCount": 123,
"description": "<string>",
"location": {
"region": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"streetAddress": "<string>"
},
"slug": "<string>"
}
}
]
}
}
}Determine if a person is qualified for a given Product, Persona, and/or Segment
curl --request POST \
--url https://app.octavehq.com/api/v2/agents/qualify-person/run \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '
{
"agentOId": "agent_123",
"email": "[email protected]",
"jobTitle": "<string>",
"companyDomain": "example.com",
"companyName": "<string>",
"firstName": "<string>",
"linkedInProfile": "<string>",
"runtimeContext": "<unknown>"
}
'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"found": true,
"message": "Additional information",
"data": {
"score": 123,
"rationale": "<string>",
"product": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"persona": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"segment": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"playbook": {
"message": "<string>",
"oId": "<string>",
"name": "<string>",
"description": "<string>",
"qualification": {
"answers": [
{
"answer": "<string>",
"rationale": "<string>",
"confidence": "LOW",
"question": "<string>"
}
],
"score": 123,
"rationale": "<string>"
}
},
"person": {
"firstName": "<string>",
"lastName": "<string>",
"title": "<string>",
"profileUrl": "<string>",
"company": {
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"website": "<string>",
"founded": 123,
"location": {
"region": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"streetAddress": "<string>"
},
"employeeCount": 123,
"followerCount": 123,
"type": "<string>",
"slug": "<string>",
"logoUrl": "<string>",
"countryCode": "<string>",
"specialties": [
"<string>"
],
"industry": "<string>",
"crunchBaseFunding": [
{
"fundingRoundCount": 123,
"roundDate": "<string>",
"roundName": "<string>",
"investorNames": [
"<string>"
],
"investorCount": 123,
"roundAmount": 123,
"roundCurrency": "<string>"
}
]
},
"companyName": "<string>",
"companyDomain": "<string>",
"companyFoundedYear": 123,
"companyEmployeeCount": 123,
"companyDescription": "<string>",
"headline": "<string>",
"summary": "<string>",
"slug": "<string>",
"internalPictureUrl": "<string>",
"countryCode": "<string>",
"location": "<string>",
"city": "<string>",
"currentJobFunction": "<string>",
"currentSeniority": "<string>",
"followers": 123,
"allPositionsCount": 123,
"currentPositionsCount": 123,
"positions": [
{
"companyName": "<string>",
"title": "<string>",
"summary": "<string>",
"is_current": false,
"startDate": "<string>",
"endDate": "<string>",
"seniority": "<string>",
"jobFunction": "<string>",
"company": {
"name": "<string>",
"domain": "<string>",
"founded": 123,
"employeeCount": 123,
"description": "<string>",
"location": {
"region": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"streetAddress": "<string>"
},
"slug": "<string>"
}
}
]
}
}
}Qualify input
AgentOId is required when creating an agent in the application. You can find it in the Agents section of your dashboard.
"agent_123"
Email of the person to qualify
Job title of the person to qualify
Company domain of the person to qualify
"example.com"
Company name of the person to qualify
First name of the person to qualify
LinkedIn profile of the person to qualify
Runtime context for qualification
Qualification successful
Whether the operation was successful
true
Message
"Additional information"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
The answer to the question
The rationale for the answer
The confidence in the answer
LOW, MEDIUM, HIGH, INSTANT_QUALIFIER, INSTANT_DISQUALIFIER The question to ask to qualify the entity
Show child attributes
Show child attributes
Show child attributes
The answer to the question
The rationale for the answer
The confidence in the answer
LOW, MEDIUM, HIGH, INSTANT_QUALIFIER, INSTANT_DISQUALIFIER The question to ask to qualify the entity
Show child attributes
Show child attributes
Show child attributes
The answer to the question
The rationale for the answer
The confidence in the answer
LOW, MEDIUM, HIGH, INSTANT_QUALIFIER, INSTANT_DISQUALIFIER The question to ask to qualify the entity
Show child attributes
Show child attributes
Show child attributes
The answer to the question
The rationale for the answer
The confidence in the answer
LOW, MEDIUM, HIGH, INSTANT_QUALIFIER, INSTANT_DISQUALIFIER The question to ask to qualify the entity
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes