manifest / integrations / dsn-airtable-wp-connector
DSN Airtable WP Connector
Connects to Airtable to fetch product information and store it in a custom local database table.
by DesignStudio Network, Inc. · github.com/designstudio-dev-team/dsn-airtable-wp-connector · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/designstudio-dev-team/dsn-airtable-wp-connector/releases/download/v1.0.0/dsn-airtable-wp-connector.zipReadme
DSN Airtable WP Connector
Connects to Airtable to fetch product information and store it in a custom local database table.
Features
- Manual Sync: Triggered via admin interface.
- Automated Sync: Automatically syncs data daily via WordPress Cron.
- Data Storage: Stores raw Airtable fields as JSON in
airtable_productstable. - Flexible Configuration: Configure API Key, Base ID, and Table Name.
- Auto-Updates: Supports automatic updates from GitHub Releases.
Installation
- Download the latest
.zipfrom the Releases page. - Upload to your WordPress Plugins (
/wp-content/plugins/). - Activate the plugin.
Configuration
- Navigate to Airtable Connector in the admin menu.
- Enter your Airtable Personal Access Token (API Key).
- Required Scopes:
data.records:read,schema.bases:read
- Required Scopes:
- Enter your Base ID (e.g.,
app123...). - Click Load Tables to select your table, or type the name manually.
- Save Changes.
Development
- Author: DesignStudio Network, Inc.
- License: GPL2
Changelog
1.0.0
- Initial release with Manual/Auto sync and Admin UI.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Dec 11, 2025 | dsn-airtable-wp-connector.zip | 7 |