# SendLane

ReferralHero allows you to automatically sync your subscribers with a SendLane list of your choice.

To connect your Sendlane account:

1. go to your Campaign Dashboard > *Edit Campaign > Integrations > SendLane* and click on **Connect your Sendlane account**&#x20;
2. In the popup, enter your API Key, your HASH Key and your DOMAIN (You can find those by going to your Sendlane account, under *Account Settings)*&#x20;
3. After you connect your account, choose a list from the drop-down and save the changes.

{% hint style="info" %}
If you create or remove lists in your Sendlane account and need to update the lists shown in the dropdown on ReferralHero, just click on the **Update lists** link .
{% endhint %}

### Custom fields

When a person signs up we send a bunch of extra data to SendLane that is stored in your list's custom fields.

The Custom Fields we send are:

| CUSTOM FIELD     | Description                                        |
| ---------------- | -------------------------------------------------- |
| **SUB\_ID**      | Subscriber's id                                    |
| **EX\_FIELD**    | Subscriber's extra field value                     |
| **EX\_FIELD\_2** | Subscriber's second extra field value              |
| **REF\_CODE**    | Subscriber's unique referral code                  |
| **REF\_LINK**    | Subscriber's unique referral link                  |
| **TOT\_REF**     | Subscriber's total number of referrals             |
| **REF\_SOURCE**  | Subscriber's source. If empty value will be "None" |
| **LAST\_REF**    | Timestamp of last referral                         |


---

# 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://support.referralhero.com/campaign-builder/integrations/sendlane.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.
