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
number
required
The email account ID to update
Query Parameters
string
required
Your SmartLead API key
Request Body
number
Maximum emails allowed per day (including warmup and campaign emails)
string
Display name for outgoing emails
string
Custom domain for tracking links (e.g., “track.yourdomain.com”)
string
BCC email address for all outgoing emails
string
Email signature HTML
number
Client ID to associate this email account with (for multi-tenant accounts)
number
Minimum time to wait between emails in minutes
boolean
Whether to suspend or unsuspend the account
Response Codes
Success
Email account updated successfully
Unauthorized
Invalid or missing API key
Not Found
Email account not found or you don’t have access to it
Validation Error
Invalid field values
Internal Server Error
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
