Email Account Management
Suspend Email Account
Temporarily suspend an email account from all sending activities including campaigns and warmup
PUT
Suspending an email account prevents it from sending any emails in campaigns or warmup while keeping the account configuration intact. This is useful for troubleshooting issues or temporarily pausing an account without deletion.
Path Parameters
number
required
The email account ID to suspend
Query Parameters
string
required
Your SmartLead API key
Response Codes
Success
Email account suspended successfully
Bad Request
Invalid account ID or account not found
Unauthorized
Invalid or missing API key
Internal Server Error
Server error occurred
Suspension Behavior
When an email account is suspended:
- The
is_suspendedflag is set totrue - The account stops sending campaign emails immediately
- Warmup emails are also paused
- The account remains in campaign configurations but won’t be used for sending
- All account data and configurations are preserved
Related Endpoints
- Unsuspend Email Account
- Delete Email Account - Permanent removal
- Get Email Account by ID
