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

# Connections

> View and manage all applications connected to Lighthouse — your CRM, accounting software, e-commerce platform, and more.

The **Connections** page shows every application linked to Lighthouse as part of your integration setup. Each connection is the authenticated bridge that allows Lighthouse to send and receive data between your systems.

<Frame caption="Connections — all apps connected to Lighthouse in your account">
  <img src="https://mintcdn.com/cloudify-c7720744/CO8OV3B8pTS28bk6/images/Screenshot-2026-07-14-004136.jpeg?fit=max&auto=format&n=CO8OV3B8pTS28bk6&q=85&s=82c04be4ad4c85b602f091d3366c766c" alt="Screenshot 2026 07 14 004136" width="1111" height="405" data-path="images/Screenshot-2026-07-14-004136.jpeg" />
</Frame>

<Note>
  Connections are set up by the Cloudify team during onboarding. You do not need to configure them manually — this page is for viewing status and managing existing connections.
</Note>

***

## Reading a Connection Card

Each card on the Connections page shows one linked application.

<Frame caption="A connection card showing name, ID, status badge, app logo, and auth method">
  <img src="https://mintcdn.com/cloudify-c7720744/CO8OV3B8pTS28bk6/images/Screenshot-2026-07-14-004227.jpeg?fit=max&auto=format&n=CO8OV3B8pTS28bk6&q=85&s=8c77f08420e46526cd17c0b563763bbd" alt="Screenshot 2026 07 14 004227" width="285" height="166" data-path="images/Screenshot-2026-07-14-004227.jpeg" />
</Frame>

| Element             | What It Shows                                                                         |
| ------------------- | ------------------------------------------------------------------------------------- |
| **Name**            | The label for this connection — e.g. `HubSpot - cloudify`, `Visma e-conomic cloudify` |
| **ID**              | The unique internal ID — e.g. `ID: 538`. Reference this in support requests           |
| **Status badge**    | **Connected** (green) = active and authenticated. Ready to process runs               |
| **App logo & name** | The external application this connection links to                                     |
| **Auth method**     | How Lighthouse authenticates — `OAuth2`, `Custom`, or `Credentials`                   |

***

## Auth Methods Explained

| Method          | What It Means                                                             |
| --------------- | ------------------------------------------------------------------------- |
| **OAuth2**      | Standard secure login flow — used by HubSpot, Xero, QuickBooks, Pipedrive |
| **Custom**      | A proprietary method for apps like Visma e-conomic — managed by Cloudify  |
| **Credentials** | API key or username/password — used by apps like Stripe and Pipedrive     |

***

## Your Connections

Every app connected to your Lighthouse account appears here as a card. The exact connections you see will depend on your integration setup — each client account is different.

<Note>
  Connections are configured by Cloudify during your onboarding. You will only see the apps that are part of your specific integration. Contact Cloudify if you expect to see a connection that isn't listed here.
</Note>

***

## The Three-Dot Menu

Every connection card has a **⋯** menu in the bottom-right corner with two actions.

<Frame caption="Three-dot menu — Reauthorize and Delete options">
  <img src="https://mintcdn.com/cloudify-c7720744/CO8OV3B8pTS28bk6/images/Screenshot-2026-07-14-004309.jpeg?fit=max&auto=format&n=CO8OV3B8pTS28bk6&q=85&s=059a9b2b36b31f7c67f3422befcb9868" alt="Screenshot 2026 07 14 004309" width="321" height="222" data-path="images/Screenshot-2026-07-14-004309.jpeg" />
</Frame>

<CardGroup cols={2}>
  <Card title="Reauthorize" icon="refresh-cw">
    **Use this when a connection has lost its authentication** — for example, after a password change or an expired OAuth token.

    Reauthorizing restores the connection without deleting it or affecting your workflows.
  </Card>

  <Card title="Delete" icon="trash">
    **Permanently removes the connection from Lighthouse.**

    Only delete a connection if you are certain it is no longer needed. Any workflow using a deleted connection will immediately stop working.
  </Card>
</CardGroup>

<Warning>
  **Before deleting a connection, contact Cloudify.** If an active workflow depends on it, deleting the connection will cause those runs to fail immediately. Cloudify will deactivate the affected workflows first.
</Warning>

<Tip>
  If your workflows are failing with authentication errors, try **Reauthorize** first — this resolves most connection issues without needing a support ticket.
</Tip>

***

## Adding a New Connection

Click **+ Add New** in the top-right corner to request a new app connection.

<Info>
  Adding a connection does not automatically create a workflow. Contact Cloudify after adding a new connection so they can build and deploy the workflow that uses it.
</Info>

***

## Searching & Pagination

* Use the **Search for your connections** field to find a connection by name.
* If you have more than one page of connections, use the **pagination bar** at the bottom to navigate.

<Frame caption="Pagination — navigate across multiple pages of connections">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/cloudify-c7720744/images/screenshots/connections-pagination.png" alt="Pagination" />
</Frame>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="My workflows are failing — could it be a connection issue?">
    Check the Connections page and confirm all connections show a **Connected** badge. If any are missing or show a different status, use the **⋯ → Reauthorize** option or contact Cloudify with the connection ID and the affected workflow name.
  </Accordion>

  <Accordion title="When should I use Reauthorize vs raising a support ticket?">
    Try **Reauthorize** first — it resolves most authentication failures instantly. If the connection still shows as broken after reauthorizing, then raise a support ticket with Cloudify including the connection ID.
  </Accordion>

  <Accordion title="What does 'Custom' authentication mean?">
    Some apps like Visma e-conomic use a proprietary method instead of standard OAuth2. Cloudify sets up and maintains these connections on your behalf — you do not need to manage them manually.
  </Accordion>

  <Accordion title="Why do I see multiple connections for the same app?">
    Multiple connections for the same app (e.g. two Xero connections) are normal when you have separate credentials for different accounts or environments. Each has its own ID and status.
  </Accordion>

  <Accordion title="Can I delete a connection I no longer need?">
    Contact Cloudify before deleting any connection. They will confirm whether any active workflows depend on it and deactivate them first to prevent failures.
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Workflows" icon="git-branch" href="/workflows">
    See which workflows use your connected apps and their current deployment status.
  </Card>

  <Card title="Support" icon="headset" href="/support">
    Contact Cloudify if a connection is broken or you need a new app connected.
  </Card>
</CardGroup>
