# Omnisend integration

### ✅ What this integration does

When a booking is created:

* Customer data is sent to **Omnisend**
* You can trigger flows yourself such as:
  * Confirmation follow-ups
  * Review requests
  * Re-engagement campaigns

***

### 🔑 Step 1: Get your Omnisend API key

Reference: <https://support.omnisend.com/en/articles/1061890-generating-api-key>

Steps:&#x20;

1. Go to [Omnisend](https://www.omnisend.com/) and log into your account
2. In the Omnisend dashboard, click your profile icon (top right) >  select **Store Settings** > navigate to the **API Keys** tab.
3. Click the **Create API Key** button > give your key a name (e.g., “MyApp Integration”) > select the permissions your integration needs&#x20;
4. Click **Save** > once the key is generated, copy and securely store it

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

***

### 🔌 Step 2: Connect Omnisend

1. Open the app > click **Settings** > **Integrations** > find **Omnisend**
2. Click on the connect icon
3. Paste the API generated on the step 1 to **API key**  field
4. Click **Save**&#x20;

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

***

### ✅ Confirm it’s working

After an appointment is booked, new contact is added to Omnisend.&#x20;

Create a test booking and check:

* Omnisend **Contacts**
* Any automation triggered by new contacts

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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://docs.tipo.io/tipo-appointment-booking/third-party-integration/omnisend-integration.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.
