> ## Documentation Index
> Fetch the complete documentation index at: https://nango-tiktok-accounts-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration Templates - Overview

> Do not start from scratch. Use a template.

## Don't Start from Scratch

Nango lets you construct **any** integration with [over 100 supported APIs](/integrations/overview).

Why start from zero when you can kick off with a ready-made template? Feel free to customize and enhance it as you please.

**Templates by the community, for the community**\
Everyone is welcome to [contribute](/contribute) new integration templates to Nango, just like with the supported APIs.

As Nango and its community expand, we're looking forward to offering hundreds of templates and use-cases for a multitude of APIs.

## How to Use Integration Templates

<Info>
  Pre-requisite: Set up the Nango CLI & `nango-integration` folder (see [Build Your Own Integrations guide - Step 1](/guides/custom#step-1-setup-the-nango-cli-and-nango-integrations-folder))
</Info>

1. Copy and paste the template's `nango.yaml` content into your own `nango.yaml`, and do the same with the template's scripts ending in `.ts` into your `nango-integration` folder.

2. If you wish, extend and customize the template to suit your needs (see [Build Your Own Integrations guide](/guides/custom)).

3. Test the sync with `nango dryrun -h` ([docs](/guides/custom#dry-run-your-sync))

4. Deploy your integration with `nango deploy [dev|prod]` ([docs](/guides/custom#step-3-deploy-a-sync))

## Available Integration Templates

<Tip>
  Missing your favorite API or use-case?\
  Give us a shout on the [Slack community](https://nango.dev/slack), we're constantly adding to our collection of templates!
</Tip>

<CardGroup cols={3}>
  <Card title="Slack" href="/integration-templates/slack" icon="slack" iconType="brands">
    Sync Slack users, channels, messages, and reactions
  </Card>

  <Card title="Salesforce" href="/integration-templates/salesforce" icon="salesforce" iconType="brands">
    Sync Salesforce accounts, contacts, opportunities, and knowledge base
  </Card>

  <Card title="HackerRank-Work" href="/integration-templates/hackerrank-work" icon="computer">
    Sync HackerRank-Work users, interviews, tests, teams and tasks to create interviews and tests
  </Card>

  <Card title="Hubspot" href="/integration-templates/hubspot" icon="hubspot" iconType="brands">
    Sync Hubspot contacts, knowledge base, owners, service tickets and users
  </Card>

  <Card title="Linear" href="/integration-templates/linear" icon="circle-half-stroke">
    Sync Linear issues, projects, roadmaps, and teams
  </Card>

  <Card title="Notion" href="/integration-templates/notion" icon="book">
    Sync Notion pages
  </Card>

  <Card title="Gmail" href="/integration-templates/gmail" icon="envelope">
    Sync emails from Gmail
  </Card>

  <Card title="Google Workspace" href="/integration-templates/google-workspace" icon="google" iconType="brands">
    Sync users, organization units, and authorized 3rd party APIs from Google Workspace
  </Card>

  <Card title="Greenhouse" href="/integration-templates/greenhouse" icon="people-arrows">
    Sync applications, candidates and jobs from harvest resources on Greenhouse
  </Card>

  <Card title="MS Active Directory" href="/integration-templates/microsoft-active-directory" icon="microsoft" iconType="brands">
    Sync users and groups from Microsoft Active Directory
  </Card>

  <Card title="Intercom" href="/integration-templates/intercom" icon="intercom" iconType="brands">
    Sync Intercom conversations, messages, and contacts
  </Card>

  <Card title="Asana" href="/integration-templates/asana" icon="check">
    Sync Asana tasks
  </Card>

  <Card title="Clari Copilot" href="/integration-templates/clari-copilot" icon="chart-simple">
    Sync Clari Copilot calls
  </Card>

  <Card title="GitHub" href="/integration-templates/github" icon="github" iconType="brands">
    Sync GitHub issues, files. Write files.
  </Card>

  <Card title="Jira" href="/integration-templates/jira" icon="jira" iconType="brands">
    Sync Jira issues
  </Card>

  <Card title="Confluence" href="/integration-templates/confluence" icon="confluence" iconType="brands">
    Sync Confluence pages and spaces
  </Card>

  <Card title="Zendesk" href="/integration-templates/zendesk" icon="headset">
    Sync Zendesk tickets and articles
  </Card>

  <Card title="Lever" href="/integration-templates/lever" icon="briefcase">
    Sync Lever opportunities, applications, feedback, interviews, notes, and offers for a specific opportunity. Postings and questions for a specific job posting. Actions to create a note for a specific opportunity and create an opportunity.
  </Card>

  <Card title="Pipedrive" href="/integration-templates/pipedrive" icon="user-tie">
    Sync Pipedrive activities, deals, organizations and persons
  </Card>

  <Card title="Bamboohr" href="/integration-templates/bamboohr" icon="user">
    Sync Bamboohr employees and create a new employee
  </Card>

  <Card title="Workable" href="/integration-templates/workable" icon="list-check">
    Sync workable candidates, candidate activities, jobs, candidates for the specified job, questions for the specified job, and members. Actions to create candidate for the job and comment on the candidate.
  </Card>

  <Card title="Zoho CRM" href="/integration-templates/zoho-crm" icon="users">
    Sync Zoho CRM accounts, contacts and deals/opportunities
  </Card>
</CardGroup>

## Need Help with a Template?

Don't hesitate to connect with us on the [Slack community](https://nango.dev/slack). We're always around and eager to assist!
