Email Account Management
Update Email Account
Update email account settings including sending limits, tracking domain, signature, and client association
POST
Updates specific email account settings without requiring re-authentication. Use this endpoint to modify daily limits, custom domains, signatures, and other non-credential settings.
Path Parameters
The email account ID to update
Query Parameters
Your SmartLead API key
Request Body
Maximum emails allowed per day (including warmup and campaign emails)
Display name for outgoing emails
Custom domain for tracking links (e.g., “track.yourdomain.com”)
BCC email address for all outgoing emails
Email signature HTML
Client ID to associate this email account with (for multi-tenant accounts)
Minimum time to wait between emails in minutes
Whether to suspend or unsuspend the account
Response Codes
Email account updated successfully
Invalid or missing API key
Email account not found or you don’t have access to it
Invalid field values
Server error occurred
Usage Notes
All fields are optional - only include the fields you want to update. Omitted fields remain unchanged.
Related Endpoints
- Get Email Account by ID
- Add SMTP Email Account - For credential updates
- Suspend Email Account
