> For the complete documentation index, see [llms.txt](https://docs.bloop.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloop.plus/referral-program/integrations.md).

# Integrations

Hand referral events to the email platform you already run, instead of sending from Bloop.

Bloop sends its own referral email out of the box. If you already run lifecycle email somewhere else, you can hand the events over instead and keep every message in one place.

| Platform  | What Bloop syncs                                                                                | Guide                                                                   |
| --------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| Klaviyo   | Who your advocates are, the campaigns they belong to, and what they have earned                 | [How to connect Klaviyo](/referral-program/integrations/klaviyo.md)     |
| Mailchimp | Each contact labelled as referrer or referee, with their link, code, revenue and referral count | [How to connect Mailchimp](/referral-program/integrations/mailchimp.md) |

Both carry a permanent hub link as a profile property — `BLOOP Hub Portal` in Klaviyo, `BLOOPHUB` in Mailchimp — so an email sent days later still signs the referrer straight in.

The affiliate programme reaches the same two connections from **Affiliate → Settings → Integration**.

### Related

* [How to configure referral email notifications](/referral-program/emails.md) — the emails Bloop sends itself.
* [Troubleshooting email delivery](/troubleshooting/email-troubleshooting.md) — when messages do not arrive.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloop.plus/referral-program/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
