n8n
Workflow
Deploy Site When New Content Gets Added
This n8n workflow retrieves tasks and integrates with various services. Deploy Site When New Content Gets Added - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Deploy Site When New Content Gets Added - ready to import and run in your n8n instance.
Features:
- Receives webhook events
- Conditional logic and branching
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
450,
300
],
"webhookId": "0d36a8db-0177-4501-9f7a-e46b6829d07a",
"parameters": {
"path": "0d36a8db-0177-4501-9f7a-e46b6829d07a",
"options": [],
"httpMethod": "POST"
},
"typeVersion": 1,
"id": "feae3b1d-2d71-4d46-842f-2879dbced060"
},
{
"name": "Netlify",
"type": "n8n-nodes-base.netlify",
"position": [
650,
300
],
"parameters": {
"siteId": "5e15e032-9345-41b8-a98f-509e545f061c",
"operation": "create",
"additionalFields": {
"title": "={{$json[\"body\"][\"data\"][\"title\"]}}"
}
},
"credentials": {
"netlifyApi": "Netlify account"
},
"typeVersion": 1,
"id": "9c32963c-5889-464a-ad7f-aaef700530f2"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Netlify",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow