Integrations

Connect TuruMail to
Your Entire Stack

Native integrations, REST API, and 5,000+ Zapier connections mean TuruMail fits into any workflow — from solo founders to enterprise sales teams.

Start Free Trial → View API Docs
All (42+)
CRM
Lead Generation
SMTP / Email
Automation
Payment
Analytics
Amazon SES
Connect AWS Simple Email Service as your SMTP sender. Extremely low per-email cost at massive scale.
NativePopular
SendGrid
Plug in SendGrid's SMTP or Web API for reliable cold email delivery with detailed analytics.
NativePopular
Mailgun
Connect Mailgun's powerful SMTP and API for transactional and cold email sending with logs and analytics.
Native
Postfix / Exim
Connect your own Postfix or Exim mail server for complete control over your cold email infrastructure.
Native
SparkPost
Leverage SparkPost's pre-warmed IP pools and excellent inbox placement for high-volume cold outreach.
Native
Postal
Open-source mail server. Self-host Postal and connect it to TuruMail for complete infrastructure ownership.
Native
Salesforce
Sync contacts and leads bidirectionally. Trigger cold email sequences from Salesforce opportunity stages.
ZapierAPI
HubSpot
Two-way CRM sync. Add HubSpot contacts to cold email lists and update deal stages from email replies.
NativePopular
Pipedrive
Pull Pipedrive deals and contacts into cold email campaigns. Auto-update pipeline stages on reply.
Zapier
Close CRM
Sync Close contacts and launch cold email sequences from Close activities and custom workflows.
Zapier
Zoho CRM
Import Zoho leads into cold email campaigns and push email engagement data back to Zoho records.
Zapier
Notion
Manage your cold email prospect database in Notion. Zapier keeps TuruMail and Notion in sync automatically.
Zapier
LinkedIn Sales Nav
Export LinkedIn Sales Navigator leads directly into TuruMail prospect lists via CSV or Zapier workflow.
ZapierPopular
Apollo.io
Sync Apollo.io prospect lists into TuruMail cold email campaigns. Pull enriched contact data automatically.
NativePopular
Hunter.io
Find and verify prospect emails with Hunter, then import directly into TuruMail for cold outreach.
Zapier
Lusha
Export Lusha contact data including verified emails and phone numbers straight into TuruMail lists.
Zapier
ZoomInfo
Pull ZoomInfo B2B contact and company data into cold email lists with enrichment fields intact.
API
Lemlist
Migrate Lemlist campaigns and prospect lists to TuruMail for better deliverability and dedicated IP control.
API
ZeroBounce
Verify your cold email prospect lists through ZeroBounce before sending to eliminate bounces and protect reputation.
Native
Kickbox
Real-time and bulk email verification via Kickbox. Clean lists before every cold email campaign launch.
Native
Emailable
Fast bulk email verification with 99%+ accuracy. Integrated directly into TuruMail list import flow.
Native
Zapier
Connect TuruMail to 5,000+ apps with no code. Create Zaps for list sync, sequence triggers, and reply handling.
NativePopular
Make (Integromat)
Build complex cold email automation scenarios with Make's visual flow builder and TuruMail's API.
API
Google Sheets
Keep your prospect list in Google Sheets and auto-sync new rows into TuruMail campaign lists via Zapier.
ZapierPopular
Slack
Get instant Slack notifications when a cold email prospect replies, clicks a link, or books a meeting.
Zapier
Stripe
TuruMail uses Stripe for secure payment processing. Add customers who sign up via Stripe to cold email sequences.
Native
PayPal
Accept payments via PayPal and trigger cold email nurture sequences when customers complete a purchase.
Native
Google Analytics
Track cold email campaign traffic in Google Analytics with UTM parameters and conversion goal tracking.
Native
Mixpanel
Push cold email events (opens, clicks, replies) into Mixpanel for cohort analysis and attribution modelling.
API

Don't see your tool? Use the REST API to build any integration, or request a native integration.

REST API

Build Any Integration with the TuruMail API

Full-featured REST API with complete documentation, client libraries for 6 languages, and webhooks for every event. Build exactly the cold email workflow your team needs.

Comprehensive endpoints — Create campaigns, manage lists, send single emails, fetch analytics, configure SMTP — all via API.
Real-time webhooks — Receive instant POST callbacks for opens, clicks, bounces, unsubscribes, and replies to your endpoint.
SDKs for 6 languages — Official client libraries for PHP, Python, Node.js, Ruby, Go, and Java with full documentation.
Rate limits designed for scale — 1,000 API requests per minute on Pro, 10,000 on Enterprise. Burst handling built in.
View API Documentation →
POST /api/v1/campaigns/send
// Add subscriber to campaign
const response = await fetch('https://api.turumail.com/v1/subscribers', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${API_KEY}`,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    email: 'prospect@company.com',
    first_name: 'Sarah',
    list_uid: 'lst_abc123',
    trigger_sequence: true,
    custom_fields: {
      company: 'Acme Corp',
      title: 'VP Sales'
    }
  })
});

// Response
{
  "status": "subscribed",
  "uid": "sub_xyz789",
  "sequence_triggered": true
}
Popular Zapier Workflows

Automate Without Writing Code

Our most popular Zapier workflows connect TuruMail to your existing lead gen and CRM stack in minutes.

🔗 LinkedIn → TuruMail
When a new lead is saved in LinkedIn Sales Navigator, automatically add them to a TuruMail cold email sequence. Run outreach while you sleep.
🏆 HubSpot → TuruMail
When a deal stage changes in HubSpot, trigger a specific cold email sequence in TuruMail. Perfect for post-demo follow-up automation.
📋 Google Sheets → TuruMail
Add a row to your Google Sheets prospect tracker and TuruMail instantly adds them to your active cold email campaign. No CSV imports needed.
🔔 TuruMail Reply → Slack
When a cold email prospect replies, send an instant Slack notification to the sales rep — so no hot lead ever goes cold waiting for someone to notice.
🚀 Apollo.io → TuruMail
Export an Apollo.io sequence list and auto-populate a TuruMail cold email campaign — enriched data, custom fields, and all.
📅 Calendly → TuruMail
When a prospect books a meeting via Calendly, automatically remove them from active cold email sequences and add to a post-meeting nurture flow.

Connect Your Stack to TuruMail

Native integrations, REST API, and 5,000+ Zapier connections. Your workflow, supercharged with cold email that lands in the inbox.

Start Free Trial → View API Docs