> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Omnisend - How do I link my account?

## Overview

To authenticate with Omnisend, you need an API key generated in your Omnisend account.

### Prerequisites

* An Omnisend account with permission to create API keys.

### Instructions

#### Step 1: Open the API keys section

1. Sign in to Omnisend.
2. Go to **Store settings**, select **API**, then select the **API keys** tab.

<img src="https://mintcdn.com/nango/7i6wa3y1zaoVzPJ9/api-integrations/omnisend/api-keys.png?fit=max&auto=format&n=7i6wa3y1zaoVzPJ9&q=85&s=6499cac0514232466811738e12e140b9" alt="Omnisend Store settings page with the API keys tab selected" width="2674" height="1074" data-path="api-integrations/omnisend/api-keys.png" />

<a id="step-2-create-an-omnisend-api-key" />

#### Step 2: Create an Omnisend API key

1. Select **Create API key**.
2. Enter a descriptive name. Do not use the name of an Omnisend App Market app, as Omnisend will redirect you to that app's connection flow.
3. Enable only the read and write permissions required by your application, then create the key.

<img src="https://mintcdn.com/nango/7i6wa3y1zaoVzPJ9/api-integrations/omnisend/create-api-key.png?fit=max&auto=format&n=7i6wa3y1zaoVzPJ9&q=85&s=524c1fb60d0339e25ee61984bc06d75e" alt="Omnisend Create API key form with name and permission controls" width="2661" height="1512" data-path="api-integrations/omnisend/create-api-key.png" />

#### Step 3: Copy the API key

Copy the key immediately when Omnisend displays it. Omnisend does not show it again after you leave this screen.

<img src="https://mintcdn.com/nango/7i6wa3y1zaoVzPJ9/api-integrations/omnisend/copy-api-key.png?fit=max&auto=format&n=7i6wa3y1zaoVzPJ9&q=85&s=a4dc42a3f5c82df7cecc995d2e0ca88d" alt="Omnisend screen for copying a newly created API key; the key value is redacted" width="2691" height="530" data-path="api-integrations/omnisend/copy-api-key.png" />

#### Step 4: Enter the API key in the Connect UI

1. Open the form where you need to authenticate with Omnisend.
2. Enter your Omnisend API key.
3. Submit the form.

<img src="https://mintcdn.com/nango/7i6wa3y1zaoVzPJ9/api-integrations/omnisend/connect-ui.png?fit=max&auto=format&n=7i6wa3y1zaoVzPJ9&q=85&s=fcbd1b75704e1aef19a5cde637f7feb0" alt="Nango Connect UI for Omnisend with the credential field and Connect button" style={{maxWidth: "450px" }} width="996" height="1242" data-path="api-integrations/omnisend/connect-ui.png" />

You are now connected to Omnisend.

<Tip>Never expose the API key in browser code or commit it to source control.</Tip>

***
