Skip to main content
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_suspended flag is set to true
  • 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
Use suspension instead of deletion when you need to:
  • Temporarily troubleshoot connection issues
  • Pause an account during maintenance
  • Test campaign performance without this account
  • Investigate deliverability problems