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": "v2 Like Minds \u2014 Instagram Publish",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "instagram-publish",
"responseMode": "responseNode",
"options": {}
},
"id": "bd695c65-601a-4af1-9484-f82c5264d5b9",
"name": "Publish Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"preview\": { \"caption\": $json.body.caption, \"image_url\": $json.body.image_url }, \"message\": \"Reply /confirm to publish\" } }}",
"options": {}
},
"id": "f3c63fd7-df61-4ad2-8a92-bd1554032854",
"name": "Respond Preview",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
224,
0
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "instagram-confirm",
"responseMode": "responseNode",
"options": {}
},
"id": "58b40985-c9c7-4759-bd7a-6fe09dfb8db0",
"name": "Confirm Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
224
]
},
{
"parameters": {
"method": "POST",
"url": "=https://graph.facebook.com/v18.0/{{ $vars.META_INSTAGRAM_ACCOUNT_ID }}/media",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "image_url",
"value": "={{ $json.body.image_url }}"
},
{
"name": "caption",
"value": "={{ $json.body.caption }}"
},
{
"name": "access_token",
"value": "={{ $vars.META_PAGE_ACCESS_TOKEN }}"
}
]
},
"options": {}
},
"id": "1f9a01a6-22ec-44fe-a597-f320dbbb0408",
"name": "Create Media Container",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
224,
224
]
},
{
"parameters": {
"method": "POST",
"url": "=https://graph.facebook.com/v18.0/{{ $vars.META_INSTAGRAM_ACCOUNT_ID }}/media_publish",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "creation_id",
"value": "={{ $json.id }}"
},
{
"name": "access_token",
"value": "={{ $vars.META_PAGE_ACCESS_TOKEN }}"
}
]
},
"options": {}
},
"id": "2318e8ee-ac23-4cf1-893f-cad8615ec93f",
"name": "Publish Media",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
448,
224
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"ok\": true, \"postId\": $json.id } }}",
"options": {}
},
"id": "e9c8037d-3255-4689-b1d6-bfc45adeb50a",
"name": "Respond Confirm",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
672,
224
]
}
],
"connections": {
"Publish Webhook": {
"main": [
[
{
"node": "Respond Preview",
"type": "main",
"index": 0
}
]
]
},
"Confirm Webhook": {
"main": [
[
{
"node": "Create Media Container",
"type": "main",
"index": 0
}
]
]
},
"Create Media Container": {
"main": [
[
{
"node": "Publish Media",
"type": "main",
"index": 0
}
]
]
},
"Publish Media": {
"main": [
[
{
"node": "Respond Confirm",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"versionId": "9e58c89f-d3c0-4a25-a793-2f14ab9a0915",
"nodeGroups": [],
"id": "C7UfRw0IRzOhiXWW",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
v2 Like Minds — Instagram Publish. Uses httpRequest. Webhook trigger; 6 nodes.
Source: https://github.com/Like-Minds-Studio/marketing-agent/blob/d27d81e8ad3f460b31bee51ed5cb553fb20c6d9a/n8n/instagram-publish.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.
AGA Complaint Agent (LINE). Uses httpRequest, googleSheets. Webhook trigger; 13 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Materials Search Workflow. Uses httpRequest. Webhook trigger; 5 nodes.
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.