Search K
Appearance
Appearance
Service Accounts provide preconfigured credentials that allow workflows to execute actions on behalf of an organization or user without requiring each workflow designer to manage individual secrets.
A Service Account centralizes authentication details (client IDs, secrets, tokens, and permissions) for external services like Microsoft Azure, Autodesk, or AI providers. Once set up, any user with workflow creation rights can select the account in Task or Trigger Nodes, ensuring consistency and security across automations.
Navigate to the Console: Log in to the administration console and open the Service Accounts section.
Create a New Account: Click New Service Account, then:
Save: Click Create or Save. The account appears in the console list and becomes available for workflows.
Important: You must configure each Service Account before attempting to select it in a node; unconfigured accounts will not appear.
When a node runs with a Service Account:
Azure-Storage-Reader, OpenAI-GPT4) to indicate purpose.Service Accounts ensure secure, auditable, and maintainable authentication across your workflows.
The Odoo service account provides credentials for connecting to an Odoo ERP instance. It is required by all Odoo nodes (e.g. Odoo Product Operations).
Prerequisite — Odoo REST module required
MinuteView connects to Odoo via a third-party REST module that must be installed on your Odoo instance before any Odoo service account or node will work. The module provides the authentication and CRUD endpoints used by MinuteView. Without it, all connection attempts will fail.
To install: log in to your Odoo instance as an administrator, go to Apps, search for the REST module, and install it. Contact your Odoo administrator if you need assistance.
| Field | Description |
|---|---|
| Server URL | The base URL of the Odoo instance, e.g. https://yourcompany.odoo.com. Do not include a trailing slash. |
| Database | The Odoo database name. For Odoo.com-hosted instances this is typically the subdomain portion of your URL; for self-hosted instances it is the database name set during installation. |
| Username | The Odoo login email or username for the account MinuteView will use to authenticate. |
| Password | The password for the Odoo account. Stored encrypted. |