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

# Overview

> Overview of the HubSpot integration in Refold.

## Basic Overview

<CardGroup cols={2}>
  <Card title="Slug">
    hubspot
  </Card>

  <Card title="Authentication Method">
    OAuth 2.0
  </Card>

  <Card title="Website">
    [https://www.hubspot.com/](https://www.hubspot.com/)
  </Card>

  <Card title="Developer Portal">
    [https://developers.hubspot.com/](https://developers.hubspot.com/)
  </Card>

  <Card title="API Reference">
    [https://developers.hubspot.com/docs/api/overview](https://developers.hubspot.com/docs/api/overview)
  </Card>

  <Card title="Supported Resources">
    Bi-directional, Webhook Events, Syncs
  </Card>
</CardGroup>

## Required Settings

* **Credentials required**
  * Client ID
  * Client Secret
  * Scopes

<Info>Learn how to create an OAuth app in HubSpot [here](https://docs.gocobalt.io/resources/integration-providers/hubspot).</Info>

* **Mandatory Scopes**

1. oauth
2. crm.objects.owners.read

## Configurable Resources

<CardGroup cols={2}>
  <Card title="Company">
    Refold allows you to work with actions and triggers related to Company.
  </Card>

  <Card title="Contact">
    Refold allows you to work with actions and triggers related to Contacts.
  </Card>

  <Card title="Deal">
    Refold allows you to work with actions and triggers related to Deals.
  </Card>

  <Card title="Email">
    Refold allows you to work with actions related to Emails.
  </Card>

  <Card title="Note">
    Refold allows you to work with actions related to Notes.
  </Card>

  <Card title="Task">
    Refold allows you to work with actions related to Tasks.
  </Card>
</CardGroup>
