Concepts
Credentials
Explains credentials for authenticating Stubber actions with external services and APIs. Useful for keeping integration secrets reusable, centralized, and separated from template logic.
Credentials are used to securely store sensitive information such as access tokens, API keys, passwords, certificates, and other authentication details. By storing these in the credentials system rather than directly in templates, your secrets remain hidden from template configurations and API responses.
Each credential is identified by a unique orgcredentialuuid, which is used to reference the credential in tasks, notifications, and other platform components.
Where Credentials Are Used
Credentials are used across various parts of the Stubber platform, including:
- The Apicall task for authenticating with external APIs.
- Google Sheets tasks such as Log To Sheet, Read From Sheet, and Update Sheet Rows.
- The Email notification with custom Email Profiles.
- The Query Database task for external database connections.
- LLM-powered tasks that connect to third-party AI providers.
Available Credential Types
Managing Credentials
See Managing Credentials for instructions on how to create, view, and manage credentials.