smartlead_get_warmup_stats_by_email
Retrieve warmup statistics for the last 7 days to monitor email account performance and deliverability metrics.
Instructions
Fetch warmup stats for the last 7 days for a specific email account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
email_account_id | Yes | ID of the email account to fetch warmup stats for |
Input Schema (JSON Schema)
{
"properties": {
"email_account_id": {
"description": "ID of the email account to fetch warmup stats for",
"type": "number"
}
},
"required": [
"email_account_id"
],
"type": "object"
}