Pausing a lead stops all scheduled emails. The lead status changes to PAUSED and any drafted emails are marked as STOPPED.
Path Parameters
The campaign ID containing the lead
Query Parameters
curl -X POST "https://server.smartlead.ai/api/v1/campaigns/123/leads/456/pause?api_key=YOUR_KEY"
Response Codes
Invalid or missing API key
Campaign not found or you don’t have access to it
{
"ok": true,
"data": "success"
}
Behavior Notes
When a lead is paused:
- Lead status changes to
PAUSED
- The
next_timestamp_to_reach is cleared
- All drafted emails for this lead are marked as
STOPPED
- No new emails will be scheduled until the lead is resumed