# Airtable

## Authentication methods

#### Personal Access Token

This method uses your [personal access token](https://airtable.com/developers/web/guides/personal-access-tokens) to access the Airtable API.

## Inbound Syncs

Any [Airtable table](https://support.airtable.com/docs/tables-overview) can be synced inbound.

### Supported Sync Strategies

* Full Refresh
* Incremental, but only for tables which contain a [last modified time field](https://support.airtable.com/docs/last-modified-time-field). This field must be added, and the "All editable fields" option should be chosen.

## Outbound Syncs

### Supported Targets

Any Airtable table.

### Supported Sync Strategies

* Create
* Update
* Upsert
* Replace (a full replacement of the table)
