> For the complete documentation index, see [llms.txt](https://scaloom.gitbook.io/scaloom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scaloom.gitbook.io/scaloom/integrations/how-to-use-scaloom-with-apollo.md).

# How to use Scaloom with Apollo

In order to use your Scaloom videos in your Apollo campaigns, follow this guide

1.) Export your Scalooom analyses as a CSV file

<figure><img src="/files/7h8Gvtw0iesEyPkXMq3s" alt=""><figcaption></figcaption></figure>

2.) Create a new campaign in Apollo, select from scratch and name it.

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121009_1788.gif" alt=""><figcaption></figcaption></figure>

3.) Select add a step and choose automatic email.

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121008_9527.png" alt=""><figcaption></figcaption></figure>

4.) Create the custom variable for your Scaloom analyse by going to "Settings" —> "Contacts" —> "Custom Fields". Creating a new field and name it "thumbnailEmbed" and select the "Single-line Text" type.

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121009_2323.png" alt=""><figcaption></figcaption></figure>

5.) Select Contacts and upload your CSV.

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121008_3804.png" alt=""><figcaption></figcaption></figure>

6.) Map your columns to the data from your Scaloom CSV.

<br>

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121008_3933.png" alt=""><figcaption></figcaption></figure>

<br>

7.) Ensure that the variable "thumbnailEmbed" is mapped accordingly. Then select Import.

8.) Craft your outreach message and include your Scaloom analyse by selecting the curly brackets at the bottom, selecting custom and select "thumbnailEmbed".<br>

9.) Turn on your campaign!

<figure><img src="https://staticfiles.gleap.io/helpcenter/6701473a5a5a3552b17b4d63/20241008121008_3435.png" alt=""><figcaption></figcaption></figure>


---

# 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://scaloom.gitbook.io/scaloom/integrations/how-to-use-scaloom-with-apollo.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.
