Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform/integrations): add Airtable integration guide #1489

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions sources/platform/integrations/data-storage/airtable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Airtable integration
description: Learn how to integrate Apify with Airtable
sidebar_label: Airtable
sidebar_position: 4
slug: /integrations/airtable
---

**Learn how to integrate your Apify Actors with Airtable. This article shows you how to automatically upload results to your Airtable when an Actor run succeeds.**

---

## Get started

To use the Apify integration for Airtable, you will need:

- An [Apify account](https://console.apify.com/).
- An Airtable account

## Connect your Airtable account

In order to upload run results of your Actors to Airtable, you’ll need to connect your Airtable account and grant Apify the necessary permissions. Airtable uses OAuth 2.0, a web standard that allows Apify to integrate with your Airtable account securely and manage data transfers on your behalf.

### Follow the steps below to connect your Airtable account to Apify:

1. Visit the [API & Integrations tab](https://console.apify.com/settings/integrations) in the Settings section of Apify Console.

2. Scroll down to the **Account-level integrations** and click on the **Add account** button.

![Airtable integration](../images/airtable/connect-account-1.png)

3. From the list of available services, select **Airtable**.

![Airtable integration](../images/airtable/connect-account-2.png)

4. The OAuth 2.0 authorization flow will initiate, allowing you to securely connect your Airtable account.

5. After authorization, you’ll be prompted to select the workspaces and bases you want to grant Apify access to.

## Set up Airtable integration

1. [Choose an Actor or Task](https://console.apify.com/actors) to integrate with Airtable and head to its **Integrations** tab.

2. Click **Upload data to Airtable** to initiate the integration setup.

![Airtable integration](../images/airtable/set-up-integration-1.png)

3. Select a connected Airtable account and choose the base where the integration will upload run results.

4. Enter a table name. A new table will be created for each execution of this integration. To ensure uniqueness, use dynamic variables. If a table with the same name already exists, a random token will be appended.

![Airtable integration](../images/airtable/set-up-integration-2.png)

5. Save the integration. Once your Actor runs, you’ll see its results uploaded to Airtable.

![Airtable integration](../images/airtable/set-up-integration-3.png)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions sources/platform/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ Apify offers easy-to-set-up solutions for common scenarios, like uploading your
imageUrlDarkTheme="/img/platform/integrations/github-white.svg"
smallImage
/>
<Card
title="Airtable"
to="/platform/integrations/airtable"
imageUrl="/img/platform/integrations/airtable.svg"
smallImage
/>
{/* Only show Asana once we have the videos ready for it
<Card
title="Asana"
Expand Down
6 changes: 6 additions & 0 deletions static/img/platform/integrations/airtable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading