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

# What syncs where

> How Fuse writes contacts, companies, activity and engagement into Attio, HubSpot, Salesforce, Zoho and Pipedrive, and why each one looks different.

Fuse keeps your CRM up to date with the work it does for you: the contacts it finds, the companies behind them, the emails and LinkedIn messages it sends, and how people respond.

Every CRM models that work differently, so the same Fuse action can look quite different depending on which CRM you use. This page is the map.

## The short version

| What Fuse does                             | Attio                | HubSpot       | Salesforce      | Zoho            | Pipedrive     |
| ------------------------------------------ | -------------------- | ------------- | --------------- | --------------- | ------------- |
| Adds a person                              | Person               | Contact       | Contact or Lead | Contact or Lead | Person        |
| Adds their company                         | Company              | Company       | Account         | Account         | Organization  |
| Records a sent email                       | Note                 | Email         | Task            | Task            | Activity      |
| Records a LinkedIn message                 | Note                 | Task          | Task            | Task            | Activity      |
| Records a dialer call                      | Note                 | Call          | Task            | Call            | Activity      |
| Records opens, clicks, replies and bounces | Fields on the person | *Coming soon* | *Not available* | *Coming soon*   | *Coming soon* |

## Why they differ

CRMs disagree about what an "activity" is.

**HubSpot** has purpose-built objects for emails and calls, so a sent email becomes a real email engagement and a dialer call becomes a call record. LinkedIn messages have no natural equivalent, so they become tasks.

**Salesforce, Zoho and Pipedrive** model activity as tasks or activity records, so that is what Fuse creates. Zoho has a native Calls module, so dialer calls go there instead of becoming tasks.

**Attio** has no activity object at all, only notes. Everything Fuse records there becomes a note on the person.

<Note>
  Attio's Emails tab is filled exclusively by Attio's own mailbox sync and is not open to other tools, so Fuse cannot write into it. Your sent emails are there, under **Notes**. See [troubleshooting](/crm/troubleshooting) for the one-time fix that puts them in the Emails tab natively.
</Note>

## Two behaviours worth separating

These work in opposite directions, and conflating them causes most of the confusion.

<CardGroup cols={2}>
  <Card title="Activity is written once" icon="lock">
    When Fuse sends an email it creates one record and never touches it again, as a permanent log of something that happened.
  </Card>

  <Card title="Engagement is kept current" icon="arrows-rotate">
    When someone opens, clicks or replies, Fuse overwrites the fields on their record so they always show where that person stands today.
  </Card>
</CardGroup>

That is why opens and clicks never appear on the sent-email record itself. They happen afterwards, and they live on the contact instead.

## What controls it

Contact and company syncing is configured per CRM in the Fuse app, under **Settings → Integrations**. Choose your CRM, then open the **Sync** tab.

Activity and engagement syncing are on by default and have no toggle in the app yet. If you need either turned off for your workspace, [contact support](mailto:support@fuseai.com).

<Warning>
  **Push contact records** is the foundation. Activity and engagement both attach to a contact record, so while it is off there is nothing to attach to and both are skipped rather than queued.
</Warning>

## Where to go next

<CardGroup cols={2}>
  <Card title="Contacts and companies" href="/crm/contacts-and-companies">
    Who gets pushed, and when.
  </Card>

  <Card title="Emails, calls and LinkedIn" href="/crm/activity-sync">
    What a sent message becomes in each CRM.
  </Card>

  <Card title="Engagement on contacts" href="/crm/engagement">
    The opened, clicked and replied fields.
  </Card>

  <Card title="Troubleshooting" href="/crm/troubleshooting">
    When something is not showing up.
  </Card>
</CardGroup>
