campaignstack_enable_warmup
Enable email warmup for a connected Google account via MailReach. Requires a Google App Password to be configured first (use campaignstack_set_google_app_password). Costs 6,250 credits (covers the ~4 week warming period). Once the reputation score reaches 80, warmup completes automatically. Optionally specify warmupEmail to warm a verified alias instead of the primary address. Fails if this email address is already being warmed on another account. Returns { ok: true, alreadyEnabled } on success. Use campaignstack_list_workspace_warmups to see all warmup states before enabling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warmupEmail | No | Email address to warm up (defaults to the account's primary email). Can be an alias if the alias is verified in the account settings. | |
| workspaceId | No | Workspace ID (defaults to the bound workspace) | |
| googleAccountId | Yes | Google account ID to enable warmup for. Use campaignstack_list_integrations to find valid account IDs. |