> ## Documentation Index
> Fetch the complete documentation index at: https://docs.innflow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Credentials

> Connect external services to use in your workflows

Credentials are the connections between Innflow and your external accounts. When you connect a service like Google, Slack, or Microsoft, Innflow stores the OAuth tokens securely so your workflows can interact with those services.

## Connecting a Service

<Steps>
  <Step title="Go to Credentials">
    Navigate to **Settings → Credentials** from the sidebar.
  </Step>

  <Step title="Add a new credential">
    Click **New Credential** and choose the service you want to connect.
  </Step>

  <Step title="Authorize">
    You will be redirected to the service's authorization page. Grant Innflow the permissions it needs.
  </Step>

  <Step title="Ready to use">
    The credential now appears in your list and is available in any workflow node that requires it.
  </Step>
</Steps>

## Supported Services

Credentials are available for:

<Columns cols={3}>
  <Card title="Google" icon="google">
    Gmail, Sheets, Docs, Calendar, Drive, Slides, Forms, Groups
  </Card>

  <Card title="Microsoft" icon="microsoft">
    Outlook, Teams, Excel, Word, OneDrive, Planner, SharePoint
  </Card>

  <Card title="Slack" icon="slack">
    Send and read messages
  </Card>

  <Card title="Discord" icon="discord">
    Webhook messaging
  </Card>

  <Card title="Airtable" icon="table">
    Read and write records
  </Card>

  <Card title="Stripe" icon="credit-card">
    Payment event webhooks
  </Card>

  <Card title="Notion" icon="book-open">
    Pages, databases, and webhook events
  </Card>

  <Card title="GitHub" icon="github">
    Repositories, issues, pull requests, and comments
  </Card>

  <Card title="ClickUp" icon="list-checks">
    Tasks, lists, folders, spaces, and comments
  </Card>

  <Card title="Dropbox" icon="box">
    Files, folders, downloads, uploads, and shared links
  </Card>

  <Card title="Shopify" icon="shopping-bag">
    Products, orders, customers, and inventory
  </Card>

  <Card title="LinkedIn" icon="linkedin">
    Social publishing and profile data
  </Card>
</Columns>

Some integrations use API credentials instead of OAuth, such as Resend, Apollo, Ahrefs, Dub, PostHog, ElevenLabs, and custom HTTP endpoints.

## Managing Credentials

* View all connected accounts from the credentials list
* See when each credential was last used
* **Remove** a credential to revoke Innflow's access to that account
* Search through your credentials if you have many connected

<Callout type="warning">
  Removing a credential will break any workflows that depend on it. Make sure to update those workflows first.
</Callout>
