Skip to main content

Leads

List Leads

GET
/marketing/outbound/leads
List all leads in the current organization.

Create Lead

POST
/marketing/outbound/leads/manage
Create or update leads in bulk.

Get Lead

GET
/marketing/outbound/leads/{leadMapId}
Get a specific lead by ID.

Lead Sequences

GET
/marketing/outbound/leads/{leadMapId}/sequence
Get the email sequence assigned to a lead.

Lead Lists

GET
/marketing/outbound/leads/lists
List all lead lists.

Blocklist

GET
/marketing/outbound/leads/blocklist
Get the email blocklist.
POST
/marketing/outbound/leads/blocklist
Add emails to the blocklist.

Pipeline

List Stages

GET
/marketing/outbound/pipeline-stages
Get all pipeline stages.

Reorder Stages

POST
/marketing/outbound/pipeline-stages/reorder
Reorder pipeline stages.

Inbox

List Threads

GET
/marketing/outbound/inbox
List all email threads in the inbox.

Get Thread

GET
/marketing/outbound/inbox/{threadId}
Get a specific email thread.

Reply to Thread

POST
/marketing/outbound/inbox/{threadId}/reply
Send a reply in an email thread.

Live Inbox

GET
/marketing/outbound/inbox/live
SSE endpoint for real-time inbox updates.

Tags

List Tags

GET
/marketing/outbound/tags
List all lead tags.

Assign Tags

POST
/marketing/outbound/tags/assign
Assign tags to leads.

Segment by Tags

POST
/marketing/outbound/tags/segment
Get leads matching tag-based segments.

Integrations

GET
/marketing/outbound/integrations
List connected outbound integrations.
POST
/marketing/outbound/integrations/{id}/sync
Trigger a sync for a specific integration.