Auto-post platform-optimized content to X and Threads with late API and Google Sheets
X (Twitter) and Threads (by Meta) both have different maximum character lengths. Different X and Threads Content Auto Poster This n8n template demonstrates how to post different content optimized for X (Twitter) and M...
Template notes
X (Twitter) and Threads (by Meta) both have different maximum character lengths.
Different X and Threads Content Auto Poster This n8n template demonstrates how to post different content optimized for X (Twitter) and Meta Threads using the Late API.
You can use it for any niche. For example: posting AI news to X and Threads.
Possible use cases: - Schedule your posts to X and Threads. - Use this workflow as a content calendar and automated posting system. - Apply it across different content niches.
How it works - The automation runs according to the time defined in the Schedule Trigger node. - Content is pulled from Google Sheets. - Any URL is shortened using your preferred short URL API. - Images are uploaded to Late’s server first. - Content for X is posted in Step 2. The workflow checks that the content length is under 280 characters. - Content for Threads is posted in Step 3. The workflow checks that the content length is under 500 characters. - Posts on X are published as threaded posts, while on Threads they are single posts. - Once posted, the Google Sheets content database is updated.
Requirements - Google OAuth credentials with the Google Sheets API enabled - Bitly account and access token (or OAuth) - GetLate API connected to your X and Threads accounts
---
HOW TO USE