Search K
Appearance
Appearance
Service Accounts let you store reusable credentials and settings for external services that MinuteView integrates with. Many features (Mesh, AI assistants, etc.) rely on these accounts, so configuring them correctly is critical.
You can create multiple accounts of the same type. For example, two AI Model accounts using different providers or models.
Name: General Chat AI
gpt-4o-mini (general conversational use)Name: Advanced Reasoning AI
claude-opus-4-8 (complex analysis)Use whichever account best matches the context (general Q&A vs. specialised tasks).
If a MinuteView feature talks to an external system, odds are it needs a Service Account.
Every service account that talks to a cloud service requires the MinuteView server to have outbound internet access to that provider's host(s) — regardless of how it authenticates. Service accounts run server-side: MinuteView (and, for workflow nodes, the automation engine) makes the calls, not the user's browser. If your organisation restricts outbound traffic from the server, the relevant domains must be whitelisted for HTTPS (port 443) outbound, or the account will fail — often even though credentials are entered correctly.
The difference between account types is only which hosts to whitelist:
OAuth service accounts — the server calls the provider's authentication/token endpoint (for the initial token and automatic background refresh) and the API host:
| Service account type | Domains to whitelist |
|---|---|
| Microsoft Azure / Azure (OAuth) / Business Central / Dynamics 365 | login.microsoftonline.com, graph.microsoft.com (plus api.businesscentral.dynamics.com or your Dynamics 365 org URL for those services) |
| Autodesk | developer.api.autodesk.com, api.userprofile.autodesk.com |
| Google Cloud Platform | oauth2.googleapis.com, www.googleapis.com |
| Bluebeam | api.bluebeam.com (US), api.bluebeamstudio.com.au (AU), api.bluebeamstudio.eu (EU) |
API-key service accounts — no token refresh, but the server still sends the key to the provider's API host:
| Service account type | Domains to whitelist |
|---|---|
| AI Model | Depends on the selected provider: api.openai.com (OpenAI), api.anthropic.com (Anthropic/Claude), or generativelanguage.googleapis.com (Google/Gemini) |
| Monday.com | api.monday.com |
| Zendesk | {your-subdomain}.zendesk.com |
| Odoo | Your Odoo instance URL (Odoo Cloud or on-premises) |
Internal / on-premises account types (Microsoft SQL Server, Autodesk Vault, Bentley ProjectWise) need only network reachability to the relevant server on your own network — no internet access required. (GemBox uses an offline licence key and needs no network access.)
Per-provider detail
Each service account's own setup page (linked in the sidebar) has a Network Requirements section listing the exact domains and what each is used for.
AI-GeneralChat-Prod).