Zapier authentication form showing required fields for Opigno integration

Zapier authentication configuration interface

To connect your Zapier integration with Opigno, you’ll need to configure several authentication fields. These credentials establish the secure connection between Zapier and your Opigno instance.

Form settings

base_url
string
required
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
client_id
string
required
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
client_secret
string
required
The OAuth2 client secret for your application. This is a sensitive credential that must be kept secure.
Never share your client secret publicly or commit it to version control. Treat it like a password.
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.
client_uuid
string
required
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-123456789abcWhere to find: In your Opigno user management or user context settings
scope
string
required
The OAuth2 scope that defines the level of access your application requires.Default value: read Available options:
  • read - Basic read access (recommended for most integrations)