Social Media Auto-Scheduler (Airtable to Twitter)
Scale your social media distribution. Fetch queued content from Airtable and publish schedule-based updates automatically to Twitter/X.
On clicking 'execute'
Twitter
Set_AT_list
get airtable list
set twitter data
Leave only new tweets
Append new tweets to airtable
Step-by-Step Integration Guide
๐ Prerequisites
- Airtable Account: A base with fields: *Post Content, Publish Date, Status (Queue/Sent)*.
- Twitter/X Developer API: Access token, Access Token Secret, API Key, and Secret with Write permissions.
โ๏ธ Step-by-Step Configuration
- Airtable Retrieve Queue Node:
- Authenticate with your Airtable Personal Access Token (PAT).
- Set filters to fetch records where
Status = 'Queue'andPublish Date <= NOW().
- Twitter/X Create Tweet Node:
- Authenticate your developer account using OAuth1.0a credentials.
- Map the Airtable post content field to the
textparameter in the tweet call.
- Airtable Status Update Node:
- Update the status field of the published record in Airtable to
'Sent'.
๐งช Testing
- Set a record status in Airtable to 'Queue'.
- Click 'Execute Workflow' in n8n. The post will appear live on your Twitter timeline, and Airtable status will change to 'Sent'.