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

# Implement an Airship Real-Time Data Streaming Source

> After creating the Airship (Real-time) source, note down the API URL and write_key that appears under the **IMPLEMENTATION DETAILS** tab.

<Frame>
  <img src="https://mintcdn.com/zeotap/jefybC-lvH-uRq2b/articles/integrate-customer/Storage/integrate-customer/implement-an-airship-real-time-data-streaming-source/implement-an-airship-real-time-data-streaming-source-2024-01-17-1.png?fit=max&auto=format&n=jefybC-lvH-uRq2b&q=85&s=e27515480f986267d0465df89175a6e9" width="3516" height="1738" data-path="articles/integrate-customer/Storage/integrate-customer/implement-an-airship-real-time-data-streaming-source/implement-an-airship-real-time-data-streaming-source-2024-01-17-1.png" />
</Frame>

## Configure Data Streaming in Airship

This section provides information about how to establish a streaming connection between Airship and Zeotap using the Zeotap's endpoint through a Webhook connection. In addition, you can select the events that you want to ingest. Perform the following steps to configure the streaming data in Airship:

<Steps>
  <Step>
    Log into the Airship platform and go to the projects list screen.
  </Step>

  <Step>
    Under **All Projects**, click the desired project and click **Settings**.

    <Frame>
      <img src="https://mintcdn.com/zeotap/PPCc1iCw6zeHLKUm/articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10.png?fit=max&auto=format&n=PPCc1iCw6zeHLKUm&q=85&s=53748dd2689821f9a69628ceb0a86eb8" width="3584" height="702" data-path="articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10.png" />
    </Frame>
  </Step>

  <Step>
    Under **Project configuration,** click **Manage** under **Real-Time Data Streaming** as shown in the image below.

    <Frame>
      <img src="https://mintcdn.com/zeotap/PPCc1iCw6zeHLKUm/articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-3.png?fit=max&auto=format&n=PPCc1iCw6zeHLKUm&q=85&s=47cdf2bf3e4791f937baa1e5a83fdc6c" width="2668" height="1939" data-path="articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-3.png" />
    </Frame>
  </Step>

  <Step>
    Click **webhooks** from the list of real-time integrations shown on the screen.

    <Frame>
      <img src="https://mintcdn.com/zeotap/PPCc1iCw6zeHLKUm/articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-7.png?fit=max&auto=format&n=PPCc1iCw6zeHLKUm&q=85&s=c3f1faaab4a48b772ec627b7db6fb3a9" width="2654" height="1408" data-path="articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-7.png" />
    </Frame>
  </Step>

  <Step>
    In the new screen that appears, perform the following steps to configure the webhook integration:

    a. Under **Pick a name and description**, enter a descriptive **name** and **description** for your integration.

    b. Under **Webhook Setup**, enter the **API URL** copied from the **IMPLEMENTATION DETAILS** tab as the **Webhook** **Endpoint URL.**

    c. Under **Custom Headers**, you need to provide the additional key-values to share along with the Endpoint URL. Therefore, in the **Key** field, enter **Authorization** and in the **Value** field, enter **`Bearer<space><write_key>`. For example,** `Bearer 136246c7-8355-4cd7-a5ef-b4ca2f14b398`

    d. Under **Event Type Configuration**, select the desired event types that you want to send to your webhook integration and click **Activate**. With the streaming connection established between Airship and Zeotap, you can start sending the events to Zeotap.

    <Frame>
      <img src="https://mintcdn.com/zeotap/PPCc1iCw6zeHLKUm/articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-11.png?fit=max&auto=format&n=PPCc1iCw6zeHLKUm&q=85&s=62975e7104c6050b29ade861a934cacc" width="2248" height="4051" data-path="articles/integrate-customer/Storage/integrate-customer/implement-a-airship-real-time-source/implement-a-airship-real-time-source-2024-01-10-11.png" />
    </Frame>
  </Step>
</Steps>

<Note>
  **Note:**

  *The records for the `country` and `city` columns are blacklistedfor ingestion because SPL uses the user's IP address to find out the country and city automatically. For the complete list ofblacklisted fields, click [here](/articles/integrate-customer/blacklisted-fields-for-data-ingestion).*
</Note>
