What are Workspace Credentials?
Workspace credentials are secure authentication keys and tokens that enable your bots to integrate with external services. Unlike API tokens which authenticate API requests, credentials store third-party service authentication data.Supported Integration Types
QuickBot supports credentials for various integration types:- Google Sheets: OAuth tokens for accessing Google Sheets
- SMTP: Email server credentials for sending emails
- Stripe: Payment processing credentials
- WhatsApp: Meta Business API credentials
- OpenAI: API keys for AI integrations
- Other integrations: Various service-specific credentials
Add New Credentials
To create new integration credentials:- Navigate to Workspace > Credentials
- Click the Create new dropdown button
- Select the integration type you want to configure
- Fill in the required authentication information
- Assign a descriptive name to identify the credentials
- Save the credentials
Each integration type has different required fields. For example, SMTP requires server host, port,
username, and password, while OAuth services like Google Sheets require authorization through
their respective platforms.
Managing Existing Credentials
The credentials page displays all configured credentials with:- Type: The integration service (shown with service icon)
- Name: Your custom name for the credentials
- Actions: Edit and delete options
Edit and Delete Credentials
To modify existing credentials:- Find the credentials in your list
- Click the Edit button (pencil icon)
- Update the necessary fields
- Save your changes
- Click the Delete button (trash icon) next to the credentials
- Confirm the deletion in the popup dialog
Using Credentials in Bots
Once credentials are created, they become available for use in integration blocks:- Add an integration block to your bot flow
- In the block settings, select the appropriate credentials from the dropdown
- The block will use those credentials to authenticate with the service
Credential Scope
- Workspace Level: All credentials belong to a specific workspace
- Bot Access: Any bot within the workspace can use the credentials
- Member Access: Workspace members with appropriate permissions can manage credentials