begin_account_auth
Initiate OAuth authentication for a Gmail account to enable multi-inbox management. Submit credentials JSON or a path to credentials.json to begin the authorization flow.
Instructions
Start OAuth onboarding for an account. Accepts credentials JSON or a path to credentials.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address for this account. | ||
| account_id | Yes | Stable id for this inbox account (letters/numbers/_/- only). | |
| display_name | No | Optional display name (e.g., Personal, Work). | |
| credentials_json | No | OAuth client JSON object or JSON string from Google Cloud. | |
| credentials_path | No | Path to an existing credentials.json file. |