How to set up Cleon1
Authentication
Cleon1 uses API key authentication:- Sign up at cleon1.com
- Copy your API key from your Cleon1 dashboard
- Paste the API key in Cargo when connecting
Code slugs — integration slug:
cleon1. Actions: findPhoneFromLinkedin, findPhone. Call them as integrations.cleon1.<action>(...).Cleon1 actions
Find phone from LinkedIn
Find a person’s direct phone number from their LinkedIn profile URL. Required fields:linkedinUrl: The person’s LinkedIn profile URL
Find phone
Find a person’s direct phone number from their name and company. Required fields:firstName: Person’s first namelastName: Person’s last name
companyName: Name of the company the person works atcompanyDomain: Domain of the company
Best practices
- Prefer Find phone from LinkedIn when a LinkedIn URL is available — it’s the most reliable identifier
- Add a company name or domain to name-based lookups to improve matching
- Results are cacheable in Cargo — avoid redundant lookups for the same person

