Skip to main content

Credentials

Credentials are secure configurations that store authentication details for connecting your workflows to external services. They allow workflows to interact with third-party applications like Slack, Gmail, and other integrations without exposing sensitive information.

Overview

When building workflows that interact with external services, you need to authenticate with those services. Credentials provide a secure way to:

  • Store authentication tokens - OAuth tokens, API keys, and other authentication data are securely stored
  • Reuse across workflows - Once configured, credentials can be used across multiple workflows
  • Manage access centrally - View and manage all your connected services in one place
  • Ensure security - Sensitive data is encrypted and never exposed in workflow definitions

Managing Credentials

To manage your credentials:

  1. Navigate to the Credentials section in your workspace
  2. View all connected integrations and their status
  3. Add new credentials by selecting the integration type
  4. Update or revoke existing credentials as needed

Available Integrations

Boltic supports credentials for a wide range of integrations:

CategoryIntegrations
CommunicationSlack, Email, SMS
Google WorkspaceGmail, Google Sheets, Google Calendar, Google Drive
CRMSalesforce, HubSpot, Zoho CRM
Project ManagementJira, Asana, Trello, Monday.com
DatabasePostgreSQL, MySQL, MongoDB
Cloud ServicesAWS, GCP, Azure

Best Practices

  • Regularly review credentials - Periodically check and revoke unused credentials
  • Use least privilege - Only request the permissions your workflow needs
  • Monitor usage - Track which workflows use each credential
  • Rotate when needed - Update credentials if you suspect they may be compromised