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

# Integration Setup

Configuring your SendFox integration with Emailpref is a straightforward process. Here's how to seamlessly connect your accounts:

{% hint style="warning" %}
Since SendFox does not support webhooks, we are unable to immediately update changes made in SendFox within Emailpref. However, we have implemented a nightly sync to ensure all data is updated daily. On the other hand, any changes made in Emailpref will reflect instantly in SendFox.
{% endhint %}

\
**1) Navigate to Integrations:** Begin by accessing the "Integrations" tab located on the left-hand side of your dashboard. This is where you can manage all your ESP integrations.

**2) Add SendFox:** Click on the "Add Integration" button and select "SendFox" from the list of available integrations.

<figure><img src="/files/fTQeHAlnUWzWLRAD8Rht" alt=""><figcaption><p>Emailpref Integrations</p></figcaption></figure>

**3) Provide Integration Details:** You'll be prompted to provide essential integration details:\
\
&#x20;     **a) Integration Name:** Assign a name for this integration to help you identify it easily within your Emailpref account.\
\
&#x20;     **b) API Key :**  To retrieve your API key, go to the settings and navigate to the API section. There, create a new Personal Access Token by clicking "Create New Token." Give the token a name, and then click "Create." Your API key will be generated—simply copy it and paste it into Emailpref.

{% hint style="danger" %}
Your API key on SendFox is only shown one time! Please remember to copy it before closing the popup
{% endhint %}

**4) Confirmation:** Once you've filled in all the necessary information, click "Accept." If any information is incorrect, Emailpref will display an error message for correction. When the details are correct, you'll receive a confirmation message, signaling that your integration is successfully set up.&#x20;

{% hint style="danger" %}
Once your integration is successfully established, Emailpref takes care of two crucial tasks: list retrieval and default action creation. Here's how this process unfolds:

1. **Automatic List Fetching**: Emailpref promptly fetches all your lists from SendFox and conveniently displays them in the 'Lists' tab. This automation eliminates the need for manual list transfers or data management.
2. **Real-time Data Synchronization**: Simultaneously, Emailpref creates default actions for lists, which you can readily access in the 'Actions' tab. These default actions are essential for real-time data synchronization, ensuring that your preference pages and SendFox lists remain seamlessly aligned.

By performing these tasks efficiently, Emailpref simplifies the management of your lists and actions.
{% endhint %}

\
By following these steps, you'll establish a seamless connection between Emailpref and SendFox, ensuring efficient data synchronization and enabling users to manage their email preferences effortlessly.


---

# 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://emailpref.gitbook.io/emailpref-documentation/integrations/sendfox/integration-setup.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.
