
Zapier authentication configuration interface
Form settings
The base URL of your Opigno backoffice instance. This is the main domain where your Opigno application is hosted.Format:
https://yourcompany.opigno.cloud
or https://yourdomain.com
The OAuth2 client ID for your application. This unique identifier is generated when you create an OAuth2 application in your Opigno instance.Where to find: Navigate to your Opigno backoffice → Configuration → Authentication → Manage access tokens → + Add access token
The OAuth2 client secret for your application. This is a sensitive credential that must be kept secure.Where to find: The secret key is available only immediately after creation and is stored only as a hash for validation.
If needed, you can generate a new key.
Never share your client secret publicly or commit it to version control. Treat it like a password.
The UUID for user context. This identifies the specific user context that the integration will operate under.Format: Must be a valid UUID v4 format
Example:
123a456a-123b-123c-123d-123456789abc
Where to find: In your Opigno user management or user context settingsThe OAuth2 scope that defines the level of access your application requires.Default value:
read
Available options:read
- Basic read access (recommended for most integrations)