EmailBison Docs home page
Search...
⌘K
Support
Get Started
Introduction
Quickstart
Authentication
Pagination
Documentation
Leads
Email Accounts (Sender Emails)
Campaigns
Tags
Master Inbox
Getting Replies and Campaign Emails For a Lead
Responding to Messages
Attaching Leads to Untracked Replies
Workspaces
Webhooks
Walkthroughs
Support
EmailBison Docs home page
Search...
⌘K
Ask AI
Support
Search...
Navigation
Master Inbox
Getting Replies and Campaign Emails For a Lead
Guides
Guides
Master Inbox
Getting Replies and Campaign Emails For a Lead
Getting Replies for a Lead
API
Send a
GET
request to
Copy
Ask AI
/api/leads/
{lead_id}
/replies
The following are the parameters for the request.
lead_id
integer
required
The ID or email of the lead.
filters
Show query parameters
search
string|null
Search term for filtering replies.
status
string|null
Filter by status. One of interested, automated_reply, not_automated_reply.
folder
string|null
Filter by folder. One of inbox, sent, spam, bounced, all.
read
boolean|null
Filter by read status.
campaign_id
integer|null
The ID of the campaign.
sender_email_id
integer|null
The ID of the sender email address.
tag_ids
array|null
Array of tag IDs to filter by.
Getting Campaign Emails for a Lead
API
Send a
GET
request to
Copy
Ask AI
/api/leads/
{lead_id_or_email}
/sent-emails
The following are the parameters for the request.
lead_id_or_email
integer
required
The ID or email of the lead.
Previous
Responding to Messages
Next
On this page
Getting Replies for a Lead
Getting Campaign Emails for a Lead
Assistant
Responses are generated using AI and may contain mistakes.