# Airtable

## Overview

You can create an Airtable Destination Connector to write to an Airtable location.

To set up this Connector you will need an Airtable API Key that has access to the Table(s) where the resources will reside. To learn more about creating Airtable API keys, you can visit their support website article: <https://support.airtable.com/docs/how-do-i-get-my-api-key->.

The schema for this Source Connector is defined by the schema of the destination Table.

## Prerequisites

Required information:

* [Airtable API Key](https://support.airtable.com/docs/how-do-i-get-my-api-key-)
* [Workspace ID + Table ID](https://support.airtable.com/docs/understanding-airtable-ids)

## Creating an Airtable Destination Connector

**Step 1:** After selecting **+ New Connector**, under the system prompt, click **Airtable**.

![](/files/rJNa17IfBxcMPkTrjGeP)

**Step 2:** Enter a **Connector Name**&#x20;

**Step 3:** Select **Destination Connector**

**Step 4:** Input your Airtable API Key and click **Connect**.&#x20;

{% hint style="info" %}
To learn more about creating Airtable API keys, you can visit their support website article: <https://support.airtable.com/docs/how-do-i-get-my-api-key->.
{% endhint %}

**Step 5:** Select the workspace and table ID associated with the destination where the data should be written.  This list will pre-populate after clicking **Connect** in the previous step.&#x20;

{% hint style="info" %}
To learn more about Airtable IDs, you can visit their support website article:<https://support.airtable.com/docs/understanding-airtable-ids>
{% endhint %}

**Note: Airtable Destination Connectors will append data** to the destination, as opposed to overwriting.

## Advanced Options

#### Validation Webhook

We support the use of Validation Webhooks to prevent bad data from being written to your systems, adding another layer of protection to the built-in validations that Osmos provides. The Webhook URL can be posted here.

{% hint style="info" %}
For more information on Validation Webhook configuration, see [Server Side Validation Webhooks](/developer-docs/validation-and-transformation-webhooks.md)
{% endhint %}


---

# 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.osmos.io/destination-connectors/airtable-connector.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.
