Skip to main content
POST
Manage inbox overflow by retrieving emails snoozed until a specific time. Helps prioritize immediate tasks while ensuring important conversations resurface automatically.

Overview

Retrieves snoozed emails that are scheduled to reappear at a later time. Snoozing helps manage inbox load by temporarily hiding emails that don’t require immediate attention. Key Features:
  • View all snoozed conversations
  • Same filtering as other inbox endpoints (max 5 campaigns, max 10 accounts)
  • Automatically reappear when snooze expires
  • Bulk snooze management
Use Cases:
  • Waiting for information before responding
  • Follow-up after specific event/date
  • Reduce immediate inbox clutter
  • Schedule review of low-priority leads

Query Parameters

string
required
Your SmartLead API key
boolean
default:"false"
Include full email thread history

Request Body

number
default:"0"
Pagination offset
number
default:"20"
Records per page (1-20)
object
Filter object with the following optional fields: search (string), campaignId (number or array, max 5), emailAccountId (number or array, max 10), emailStatus (string or array — valid values: Opened, Clicked, Replied, Unsubscribed, Bounced, Accepted, Not Replied), leadCategories (object with categoryIdsIn, categoryIdsNotIn, unassigned, isAssigned), campaignTeamMemberId (number or array, max 10), campaignTagId (number or array, max 10), campaignClientId (number or array, max 10), replyTimeBetween (array of 2 date strings).
string
REPLY_TIME_DESC or SENT_TIME_DESC

Response Example