Integrations
Integrations
EVE plugs into the tools your revenue team lives in. No rip-and-replace — EVE runs alongside your existing CRM, MAP, and engagement stack.
17+
Native integrations
REST
API for custom builds
CRM
HubSpot
Salesforce
Pipedrive
Zoho CRM
Marketing Automation
Marketo
Pardot
Mailchimp
ActiveCampaign
Sales Engagement
Outreach
Salesloft
Reply.io
LinkedIn Sales Nav
Communication & Automation
Slack
Microsoft Teams
Zapier
Webhooks API
API
Build custom integrations with EVE's REST API
Every EVE action is available via REST API. Trigger reactivation sequences programmatically, pull scoring data into your data warehouse, or build custom workflows that fit your exact motion.
- Full CRUD on contacts and sequences
- Webhook events for score changes and re-engagements
- OAuth 2.0 authentication
- Rate limit: 1,000 req/min on Growth tier
POST /v1/contacts/reactivate
// Trigger a reactivation sequence // for a specific contact const response = await fetch( 'https://api.joineveai.org/v1/contacts/reactivate', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ contact_id: 'crm_001234', sequence_id: 'seq_mql_v2', trigger_reason: 'pricing_page_revisit' }) } );
Drop into your stack in under a day.
Most teams are connected and running their first reactivation sequence within 24 hours of signing up.