
Export PlusVibe Leads to CSV (Or Ask Your Agent Instead)
Step-by-step PlusVibe CSV export from campaign Leads or workspace lists. Plus sync via webhook and get a CSV or Google Sheet from your agent without Friday exports.
You can export PlusVibe (pipl.ai) leads to CSV from a campaign Leads tab or from a workspace Prospect List. If you picked PlusVibe for clean webhooks and enrichment workflows, you still hit the same Friday problem: static files that go stale by Monday. Sync once and ask your agent for a CSV or Google Sheet instead.
Why teams export PlusVibe data
PlusVibe teams often want a CSV to:
- Share a replied segment with a client or AE
- Audit verification status before a big send
- Archive custom variables from enrichment steps
- Compare PlusVibe performance against Smartlead or Instantly in one spreadsheet
Fine for a one-off. Painful when you run multiple clients and sequencers.
Method 1: Export from a campaign Leads tab
- Open your campaign in PlusVibe.
- Go to Leads inside that campaign.
- Apply filters (optional). Narrow by status, verification, or category labels.
- Select leads. Use row checkboxes or bulk select for the full filtered set.
- Export CSV. Open the actions menu and choose Export or Download CSV.
Name files consistently, for example plusvibe-campaign-name-2026-06-11.csv, and note which filters you used.
Method 2: Export from a Prospect List
If leads live in a saved list (for example after enrichment or a Clay push):
- Open Prospect Lists and Enrichment Leads.
- Select the list you need.
- Filter or verify if you only want a clean subset.
- Select all on the page or across the list, then Export CSV.
This is useful when the same contacts move between campaigns. Deleting leads from a campaign can optionally Save to List first, so lists become a durable export source.
Method 3: Fetch leads via API (scripted export)
For automation outside the UI, PlusVibe documents GET /lead/workspace-leads:
- Required:
workspace_id - Optional:
campaign_id,status, sortdirection - Auth:
x-api-keyheader
Paginate or filter in your script, then write JSON to CSV. Most RevOps teams prefer webhook sync plus an agent export unless they already own an ETL job.
What is typically in a PlusVibe CSV
Raw PlusVibe exports often include:
- Email, name, company, and title
- Custom variables from import or enrichment
- Lead status and verification result
- Campaign or list membership
- Category labels when configured (meeting booked, not interested, etc.)
That covers one sequencer at one moment. It does not join LinkedIn touches, Smartlead replies, or multi-client workspace stages without manual merges.
Stop exporting every Friday
If you run the same PlusVibe export every week to answer "who replied?", sync once and ask your agent instead.
One-time setup
- Install the skill in Claude Code, Cursor, or Hermes.
- Open Connections, copy your PlusVibe webhook URL, and paste it into PlusVibe.
- Ask your agent to sync your local database.
Get a CSV in seconds (local file)
Use the Outreach Magic skill.
Export all PlusVibe leads from workspace [WORKSPACE]
where [FILTER: e.g. replied in the last 7 days]
to a CSV on my machine.
Include standard and activity columns.
Sync first if data looks stale.
Get a Google Sheet (edit in the browser, sync back)
Use the Outreach Magic skill.
Export leads from workspace [WORKSPACE]
to a Google Sheet for review.
Use the standard column set.
Send me the link when ready.
After you edit the Sheet, run:
Use the Outreach Magic skill.
Sync my Google Sheet edits back
to the local database for workspace [WORKSPACE].
See Google Sheets review for the full edit-and-sync flow. Local exports and Sheets review do not count toward webhook limits. Only sequencer webhooks and sync batches do.
Setup details: PlusVibe integration.
PlusVibe CSV vs Outreach Magic export
| Typical PlusVibe CSV column | What Outreach Magic adds or normalizes |
|---|---|
| Custom variables per campaign | Same tags, workspace_stage, lead_sentiment schema across clients |
| Category label in one cell | last_event, last_event_at, total_replies_count on a unified timeline |
| Verification status snapshot | email_verification_status plus bounce fields when multiple sequencers report issues |
| Single-platform rows | linkedin_sent_count, latest_sender, external_id when HeyReach or Instantly are connected |
| Static download | On-demand CSV or Google Sheet whenever your agent syncs |
Field reference
For the full column list (identity, activity, messaging previews, deliverability, and more), see every column your agent can export on our Smartlead export guide, or the schema reference.
Practical tips
- Document filters. Campaign, status, and verification filters should match the filename.
- Keep list hygiene. Use Save to List before bulk deletes so exports stay reproducible.
- Prefer webhooks for A/B data. PlusVibe payloads include variant detail that flat CSVs often omit. Sync events, then ask your agent.
Next steps
- Get started: install the skill and connect PlusVibe
- PlusVibe integration: webhook setup
- Google Sheets review: edit exports and sync back
- Features · Pricing