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

# Fathom

> Log meeting recordings and summaries on contact timelines.

## Connect via API Key

<Steps>
  <Step title="Get your API key from Fathom">
    In Fathom go to **Settings → API** and copy your API key.
  </Step>

  <Step title="Connect in Nous">
    Go to **Settings → Integrations → + Add Integration → Fathom**, paste the key, and click **Connect**.
  </Step>
</Steps>

## Set up the Webhook (recommended)

<Steps>
  <Step title="Copy your webhook URL from Nous">
    Go to **Settings → Integrations → Webhooks → Fathom** and copy the URL.
  </Step>

  <Step title="Add the webhook in Fathom">
    In Fathom go to **Settings → Webhooks → Add Webhook**, paste the URL.

    Fathom uses `whsec_`-prefixed signing secrets. Copy the signing secret and add it to `nous.env`:

    ```bash theme={null}
    FATHOM_WEBHOOK_SECRET=whsec_your-secret-here
    ```
  </Step>
</Steps>

See the [Fathom webhook reference](/webhooks/fathom) for payload details.
