campaignstack_set_google_app_password
Set or update the Google App Password for a connected Google account. Validates the App Password via IMAP before storing it encrypted. Required for email warmup (MailReach integration) and future IMAP-based features. Generate an App Password at myaccount.google.com > Security > App Passwords. IMAP must be enabled in Gmail settings. Returns { success: true, status: 'valid', authenticatedEmail } on success. Use campaignstack_list_integrations to find valid googleAccountId values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email address to associate with this App Password (defaults to the account's primary email). Used to verify IMAP authentication matches the correct account. | ||
| appPassword | Yes | 16-character Google App Password (without spaces). Generate one at myaccount.google.com > Security > App Passwords. | |
| workspaceId | No | Workspace ID (defaults to the bound workspace) | |
| googleAccountId | Yes | Google account ID to configure the App Password for. Use campaignstack_list_integrations to find valid account IDs. |