Pipedrive Integration

Connect WarmySender to Pipedrive to sync prospect activity and manage your sales pipeline.

What This Integration Does:

Setup Option 1: Direct Webhook

Step 1: Create a handler endpoint
Build a server or serverless function that receives WarmySender webhook events.

Step 2: Configure in WarmySender
• Settings > Webhooks > Create Webhook.
• Enter your endpoint URL.
• Subscribe to: reply.received, email.opened, email.clicked, email.bounced.

Step 3: Map events to Pipedrive
• reply.received → Search Person by email, create if not found, create Deal in first pipeline stage, add Activity (type: 'email', subject: 'Prospect replied')
• email.opened → Add Activity (type: 'email', subject: 'Email opened')
• email.clicked → Add Activity, move Deal to 'Interested' stage
• email.bounced → Update Person, mark Deal as Lost (reason: 'Invalid email')

Pipedrive API Basics:

Setup Option 2: Via Zapier
Use Zapier Webhooks (Catch Hook) trigger + Pipedrive actions. No code required.

Best Practices:

Related guides in Integrations

Back to all documentation | Contact support