# Outreach

The Rep.ai integration with Outreach allows admins to quickly view important information about Outreach prospects from the dashboard.

### Installing the Outreach Integration

To link your Outreach prospects to Rep.ai visitors, go to the [Integrations page](https://app.rep.ai/settings/integrations) in your Rep.ai settings, find the Outreach card, and click the toggle to enable it. You'll be redirected to Outreach to authorize the integration. The user connecting the integration must be an Admin in Outreach, otherwise certain features will not work correctly.

<figure><img src="/files/xmUgYYEX7I21UhliJ3qW" alt=""><figcaption></figcaption></figure>

Once you've successfully authorized the application, visit [this link](https://marketplace.outreach.io/apps/servicebell?store=unlisted) and install the Rep.ai application from the Outreach marketplace. This step is crucial in order to be able to identify users arriving on your website from Outreach sequences and e-mails.

### Linking Rep.ai visitors to existing Outreach prospects

Providing Rep.ai with the email address of the visitor will link it to any Outreach prospects with the same email. You can provide the widget with their email using the [Custom User Identities](/custom-user-identities.md) feature.

### Outreach Prospect and Account Syncing

When the Outreach integration is activated, all prospects and accounts will immediately begin syncing down from Outreach to Rep.ai. This means you can begin building segments and automations (Journeys, Alerts, etc.) in Rep.ai based off of your Outreach data. Rep.ai will sync default Outerach properties that correlate with the Rep.ai object properties.

#### Default Outreach <-> Rep.ai Property Mapping

Prospect

| Outreach             | Rep.ai      |
| -------------------- | ----------- |
| email                | email       |
| mobilePhones (first) | phone       |
| firstName            | first\_name |
| lastName             | last\_name  |

Account

| Outreach          | Rep.ai               |
| ----------------- | -------------------- |
| domain            | domain               |
| industry          | industry             |
| locality          | location             |
| name              | name                 |
| numberOfEmployees | size\_estimate\_high |

#### Syncing Custom Properties from Outreach

In addition to the default mappings above you can map any custom Rep.ai property to any Outreach property. The only condition is that the data types match (cannot map a number property to a string property for example).&#x20;

Instructions:

1. Verify the property exists in Outreach.
2. Go to the Outreach Integration Settings page in Rep.ai.
3. Click "+ Add Property". A modal will appear where you can configure the custom Rep.ai property and map it to the Outreach property.

#### Triggering automations based on Outreach prospect visits

When one of your prospects lands on a page that has the Rep.ai widget installed from an Outreach Sequence e-mail, Rep.ai can identify the user and trigger automations based on the Sequence or Sequence Step they arrived from. To segment incoming users by Outreach Sequence, create a new segment and select the Outreach Sequence or step you would like to target:

<figure><img src="/files/GIQPOyglmRvsVne8cgrZ" alt=""><figcaption></figcaption></figure>

You can then use that segment in an alert, a journey, or a routing rule to perform an action whenever prospects from that sequence land on your page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rep.ai/integrations/outreach.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
