> For the complete documentation index, see [llms.txt](https://userguide.zappost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.zappost.com/zap-integrations/third-party-integrations/force24/installation-guide.md).

# Installation Guide

In order to submit customer data from Force24 to ZAPPOST, you need to ensure you have a campaign created and a design published. See our [ZAP\~POST User Guide](https://userguide.zappost.com/zap-post-user-guide/zapp/using-the-zapp) for a detailed walk through.

### Install the ZAP-POST App via the Force24 Marketplace

1. Log in to Force24
2. From the home page, click on **Marketplace**
3. Select **Alerts and Messages**

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

4. Click **ZAP-POST**
5. Select the same **paperstock** as the campaign you've created on ZAP-POST

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

6. Give your **integration a name.**  Suggest: 'ZAP-POST'

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

7. You'll now need to create an **API consumer** within your ZAP-POST account
8. Log into ZAP-POST at [zappost.com](https://app.zappost.com)
9. From the dashboard, click on **settings**
10. Select **API consumers** and **Add New Consumer**

<figure><img src="/files/47BlOV0H7QxHo7WDp1em" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Never share your API credentials with anyone you don't trust
{% endhint %}

11. In Force24, add your **API Key** and **API Password**
12. The environment should default as **Production**
13. Click **Next**
14. Select the **Marketing List** that you would like to send Direct Mail (Zaps) to
15. Select the **campaign** you've created in ZAP-POST

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

11. Click **create**
12. You're all set.  Contacts in the marketing list will flow into your ZAP-POST campaign each day, and will be sent on the next available sending date.
13. You only need one ZAP-POST integration, to connect multiple marketing lists to multiple campaigns.


---

# 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://userguide.zappost.com/zap-integrations/third-party-integrations/force24/installation-guide.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.
