Lead Management
Pause Lead
Temporarily pause email sending for a specific lead in a campaign
POST
Pausing a lead stops all scheduled emails. The lead status changes to
PAUSED and any drafted emails are marked as STOPPED.Path Parameters
number
required
The campaign ID containing the lead
number
required
The lead ID to pause
Query Parameters
string
required
Your SmartLead API key
Response Codes
Success
Lead paused successfully
Unauthorized
Invalid or missing API key
Not Found
Campaign not found or you don’t have access to it
Internal Server Error
Server error occurred
Behavior Notes
When a lead is paused:
- Lead status changes to
PAUSED - The
next_timestamp_to_reachis cleared - All drafted emails for this lead are marked as
STOPPED - No new emails will be scheduled until the lead is resumed
