Skip to main content
POST
/
action
/
comprehensive_contact_intelligence
Contact Enrichment & Relationship Synthesis
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/comprehensive_contact_intelligence \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email_provider": "gmail",
  "output_variable_name": "final_attendee_analysis",
  "email_list": "<string>",
  "name_company_list": "<string>",
  "analyze_relationships": false,
  "enrich_linkedin": false,
  "enrich_company": false
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
email_provider
enum<string>
default:gmail
required

Email service to use. Supports Gmail and Outlook Mail.

Available options:
gmail,
outlook
output_variable_name
string
default:final_attendee_analysis
required

Variable name to store the fully synthesized contact/meeting intelligence report.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
email_list
string

Comma-separated email addresses (e.g., [email protected], [email protected])

name_company_list
string

Format: 'Name, Company; Name, Company' (e.g., John Smith, Acme Corp; Jane Doe, Company Inc)

analyze_relationships
boolean
default:false

Extract and synthesize commitments, risk, sentiment, and opportunity signals from email exchanges.

enrich_linkedin
boolean
default:false

Augment with summary, recent activity, and conversation hooks from LinkedIn if available.

enrich_company
boolean
default:false

Bring in latest news, funding, and exec moves for associated companies with AI research.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action