apollo-io
Access sales intelligence and engagement via Apollo.io API. Find leads and manage sequences.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/apollo-ioApollo.io
Sales intelligence platform.
Environment
export APOLLO_API_KEY="xxxxxxxxxx"
Search People
curl -X POST "https://api.apollo.io/v1/mixed_people/search" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "person_titles": ["CEO", "CTO"], "organization_num_employees_ranges": ["1,50"]}'
Search Organizations
curl -X POST "https://api.apollo.io/v1/mixed_companies/search" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "organization_num_employees_ranges": ["1,50"]}'
Enrich Person
curl -X POST "https://api.apollo.io/v1/people/match" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "email": "[email protected]"}'
Create Contact
curl -X POST "https://api.apollo.io/v1/contacts" \
-H "Content-Type: application/json" \
-d '{"api_key": "'$APOLLO_API_KEY'", "first_name": "John", "last_name": "Doe", "email": "[email protected]"}'
Links
- Dashboard: https://app.apollo.io
- Docs: https://apolloio.github.io/apollo-api-docs/
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-apollo-io": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.