Quick Overview This workflow runs every morning to read a Google Sheets content calendar, filter for posts marked ready and scheduled in the future, schedule them in PostFast, and then update the sheet to mark each row as scheduled. How it works Runs every day at 7:00 AM using a schedule trigger. Reads all rows from a Google Sheets content calendar. Keeps only rows where the status is ready and the scheduledAt time is at least 10 minutes in the future. Creates scheduled posts in PostFast using each row’s content, scheduled time, and social account ID. Updates the corresponding Google Sheets rows to set status to scheduled so they are not scheduled again. Setup Install and enable the PostFast community node (n8n-nodes-postfast) and add your PostFast API key credentials. Add your Google Sheets credentials and select the target spreadsheet and sheet in both Google Sheets steps. Ensure your sheet includes content, scheduledAt (ISO date-time), accountId (PostFast social account ID), and status columns, and set status to ready for rows you want to schedule.
Tags
Related workflows
See all Google Sheets→Add data from a photo to Google Sheets
Automatically adding expense receipts to Google Sheets with Telegram, Mindee API, Twilio, and n8n.
Transform data in Google Sheets
This workflow appends, lookup, updates, and reads data from a Google Sheet spreadsheet. Set node: The Set node is used to generate data that we want to add to Google Sheets. Depending on your use-case you might have data coming from a different source. For example, you might be fetching data from a WebHook call. Add the node that will fetch the data that you want to add to the Google Sheet. Use can then use the Set node to set the data that you want to add to the Google Sheets. Google Sheets node: This node will add the data from the Set node in a new row to the Google Sheet. You will have to enter the Spreadsheet ID and the Range to specify which sheet you want to add the data to. Google Sheets1 node: This node looks for a specific value in the Google Sheet and returns all the rows that contain the value. In this example, we are looking for the value Berlin in our Google Sheet. If you want to look for a different value, enter that value in the Lookup Value field, and specify the column in the Lookup Column field. Set1 node: The Set node sets the value of the rent by $100 for the houses in Berlin. We pass this new data to the next nodes in the workflow. Google Sheets2 node: This no
Automated congratulations with Google Sheets, Twilio, and n8n
Explore this workflow on its official n8n template page.