The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Google Sheets to Social Media",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": "Posts",
"options": {}
},
"id": "trigger-1",
"name": "Google Sheets Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "publish",
"platforms": "={{ $json.platforms.split(',') }}",
"text": "={{ $json.text }}",
"mediaUrl": "={{ $json.mediaUrl }}"
},
"id": "sendit-1",
"name": "SendIt Publish",
"type": "n8n-nodes-sendit.sendIt",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"sendItApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Google Sheets Trigger": {
"main": [
[
{
"node": "SendIt Publish",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"meta": {
"templateCredsSetupCompleted": false
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2ApisendItApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Google Sheets to Social Media. Uses googleSheetsTrigger, n8n-nodes-sendit. Event-driven trigger; 2 nodes.
Source: https://github.com/Shree-git/n8n-nodes-sendit/blob/a463a5903e4c4e7e2eb38d8296fd19a5ad6c573b/templates/google-sheets-to-social.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n automation connects your Google Sheets to Vapi, enabling you to automatically call new contacts as soon as their information is added to your spreadsheet. Instantly reach out with a personali
This workflow automatically takes a long property URL from your Google Sheet, shortens it, generates a QR code, and then updates your sheet with the new links. 0. Google Sheets (New/Updated Row Trigge
This workflow automatically scrapes product information from any website URL entered into a Google Sheet and stores the extracted product details into another sheet. It uses Dumpling AI to extract pro
This workflow captures a full-page screenshot of any website added to a Google Sheet and automatically uploads the screenshot to a designated Google Drive folder. It uses Dumpling AI’s screenshot API
This is for marketers, educators, HR teams, startups, and freelancers who use Google Forms to collect information and want to automatically send it to Notion while emailing the respondent.