Skip to content

Commit 89e3ddc

Browse files
authored
feat: remove Airtable console integration (#2578)
We removed the Apify Console integration for Airtable - it was replaced by Actor. We will add a doc on how to use Actor in the following PR.
1 parent 407ac2f commit 89e3ddc

8 files changed

Lines changed: 3 additions & 73 deletions

File tree

nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,8 @@ server {
681681
rewrite ^/platform/integrations/chatgpt-plugin$ https://blog.apify.com/add-custom-actions-to-your-gpts/ redirect;
682682
# TypeScript course was removed from the Academy - https://github.com/apify/apify-docs/pull/1552
683683
rewrite ^/academy/switching-to-typescript(/.*)?$ https://apify.com/templates/categories/typescript permanent;
684+
# Airtable console integration was removed
685+
rewrite ^/platform/integrations/airtable/console$ /platform/integrations/airtable permanent;
684686

685687
# Glossary has been removed
686688
rewrite ^/academy/glossary(/.*)?$ / permanent;

sources/platform/integrations/data-storage/airtable/console_integration.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

sources/platform/integrations/data-storage/airtable/index.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Airtable integration
3-
description: Connect Apify with Airtable to automatically upload Actor run results to your base. Use the Apify extension on Airtable or the Console integration.
3+
description: Connect Apify with Airtable to automatically upload Actor run results to your base using the Apify extension on Airtable.
44
sidebar_label: Airtable
55
sidebar_position: 4
66
slug: /integrations/airtable
@@ -21,15 +21,6 @@ To use the Apify integration for Airtable, ensure you have:
2121
- An [Apify account](https://console.apify.com/)
2222
- An [Airtable account](https://www.airtable.com/)
2323

24-
## Types of integration
25-
26-
You can integrate Apify with Airtable using one of two options:
27-
28-
- _Apify extension_ on Airtable website.
29-
- _Console integration_ on the Actor page.
30-
31-
This guide explains how to use the _Apify extension_. For console integration instructions, see the [Console integration](/platform/integrations/airtable/console) documentation
32-
3324
## Setup
3425

3526
### Install Apify extension
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)