n8n Workflow
Expert

Training Feedback Automation

Automate your training feedback process by connecting Airtable, Usertask, and LinkedIn. This workflow categorizes feedback by rating, creates follow-up tasks for poor reviews, and shares positive feedback on social media.

Overview

Streamlines the management of training feedback by automatically creating action items in Usertask for negative reviews and posting positive testimonials on LinkedIn.

🧠 Description & Use Case

This workflow automates the entire process of managing training feedback, from initial data capture in Airtable to taking action and sharing results. It intelligently routes feedback based on participant ratings, ensuring that negative feedback is addressed promptly while positive feedback is leveraged for marketing.

🔄 How It Works:

  1. Capture Feedback

    • The workflow begins when a new feedback form is submitted and a corresponding record is created in Airtable, captured by the Airtable Trigger.
  2. Rate & Route

    • A Switch node evaluates the feedback rating (e.g., on a scale of 1-5).
  3. Handle Poor to Fair Feedback (Ratings 1-3)

    • For lower ratings, an HTTP Request node automatically creates a follow-up task in Usertask, assigning it for immediate attention.
    • The workflow then fetches the details of this new task and sends a comprehensive email notification to the relevant team (e.g., HR or the trainer). The email includes the task description, required actions, and a direct link to the Usertask form.
  4. Celebrate Excellent Feedback (Ratings 4-5)

    • For high ratings, the workflow automatically generates a celebratory post and shares it on your organization's LinkedIn page, thanking the facilitator and participants.
    • Simultaneously, it sends an email to the marketing team to inform them of the new social media post.
  5. Close the Loop with Webhooks

    • A dedicated Webhook listens for updates from Usertask. When an action is completed (e.g., the follow-up task is validated), it triggers a final email notification to managers, confirming that the feedback has been addressed.

✅ Real-World Use Cases:

  • HR Departments: Streamline the quality control process for internal or external training programs, ensuring no feedback goes unnoticed.
  • Training & Coaching Businesses: Improve client satisfaction by responding to concerns swiftly and systematically.
  • Automated Social Proof: Turn positive customer experiences into powerful marketing content by automatically sharing testimonials on LinkedIn.
  • Task Management: Ensure accountability by creating and assigning tasks for every piece of critical feedback that requires a follow-up action.
  • Process Efficiency: Eliminate manual data entry and follow-up emails, saving time and reducing the risk of human error in the feedback management cycle.

Instructions

Basic steps

  1. Download workflow JSON
  2. Import into n8n
  3. Configure node parameters as needed
  4. Test and enable the workflow

💡 Tips

After importing, verify all connectors and credentials match your environment.

Preview

Workflow Visualization

16 nodes
100%
Airtable TriggerairtableTriggerWebhook - Action Task PoorwebhookSwitch1switchLinkedInlinkedInPoor - Send EmailemailSendCall Usertask - Create taskhttpRequestCall Usertask - Create Task - Pair and goodhttpRequestSend Email after WebHookemailSendSticky NotestickyNoteCall Usertask - Detail TaskhttpRequestSend Email - Information for marcketingemailSendSticky Note1stickyNoteSticky Note2stickyNoteSticky Note3stickyNoteSwitchswitchCall Usertask - Create Task - DissatisfactionhttpRequest

Nodes

1

Airtable Trigger

airtableTrigger

v1
2

Webhook - Action Task Poor

webhook

v1.1
3

Switch1

switch

v3
4

LinkedIn

linkedIn

v1
5

Poor - Send Email

emailSend

v2.1
6

Call Usertask - Create task

httpRequest

v4.1
7

Call Usertask - Create Task - Pair and good

httpRequest

v4.1
8

Send Email after WebHook

emailSend

v2.1
9

Sticky Note

stickyNote

v1
10

Call Usertask - Detail Task

httpRequest

v4.1
11

Send Email - Information for marcketing

emailSend

v2.1
12

Sticky Note1

stickyNote

v1
13

Sticky Note2

stickyNote

v1
14

Sticky Note3

stickyNote

v1
15

Switch

switch

v3
16

Call Usertask - Create Task - Dissatisfaction

httpRequest

v4.1

Statistics

Total nodes:16
Disabled nodes:0
Node types:7
Connections:8
View full JSON structure
{
  "nodes": [
    {
      "id": "6cdd7521-a16c-4e1a-9b18-c232660522c8",
      "name": "Airtable Trigger",
      "type": "n8n-nodes-base.airtableTrigger",
      "position": [
        160,
        680
      ],
      "parameters": {
        "baseId": {
          "__rl": true,
          "mode": "id",
          "value": "app216gZPY8ax1Qgd"
        },
        "tableId": {
          "__rl": true,
          "mode": "id",
          "value": "tblaKkOK6RZ4cgXGI"
        },
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "triggerField": "Created",
        "authentication": "airtableOAuth2Api",
        "additionalFields": {}
      },
      "credentials": {
        "airtableOAuth2Api": {
          "id": "qYu4nditWNzeLITf",
          "name": "Airtable account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "faeb9069-2f25-419c-8192-5ed69a49d192",
      "name": "Webhook - Action Task Poor",
      "type": "n8n-nodes-base.webhook",
      "position": [
        180,
        140
      ],
      "webhookId": "4ff46f8a-e1d0-4ad9-8dae-99de53838aaf",
      "parameters": {
        "path": "4ff46f8a-e1d0-4ad9-8dae-99de53838aaf",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 1.1
    },
    {
      "id": "25f65aa6-9d0a-4a32-b2b9-49c2d6fb94cf",
      "name": "Switch1",
      "type": "n8n-nodes-base.switch",
      "position": [
        500,
        140
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "outputKey": "Validated",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "operator": {
                      "type": "string",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $('Webhook - Action Task Poor').item.json.body.actionName }}",
                    "rightValue": "Validate"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Other",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "94250338-cb2a-421c-813b-9d8d5d1e02ed",
                    "operator": {
                      "type": "string",
                      "operation": "notEquals"
                    },
                    "leftValue": "={{ $('Webhook - Action Task Poor').item.json.body.actionName }}",
                    "rightValue": "Validate"
                  }
                ]
              },
              "renameOutput": true
            }
          ]
        },
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "50909553-8bea-471f-9030-f3d8898abce5",
      "name": "LinkedIn",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        1020,
        680
      ],
      "parameters": {
        "text": "=🌟 Feedback on Our Recent Training Session! 🌟\n\nWe are excited to share the positive feedback from our participants regarding our latest training session. Here are some highlights:\n\nFacilitator: {{ $json[\"fields\"][\"Facilitator name\"][0][\"name\"] }}\nCourse: {{ $json[\"fields\"][\"Course name\"][0] }}\n\nFeedback Details:\n\nContent: {{ $json[\"fields\"][\"Content\"] }}/5\nRelevance: {{ $json[\"fields\"][\"Relevant\"] }}/5\nOverall Satisfaction: {{ $json[\"fields\"][\"Satisfaction\"] }}/5\nRecommendation: {{ $json[\"fields\"][\"Recommend\"] }}/5\n\nA big thank you to {{ $json[\"fields\"][\"Facilitator name\"][0][\"name\"] }} for his excellent work as a facilitator and to all our participants for their valuable feedback. We are committed to continuously improving our training sessions to meet your expectations and needs.\n\n#Training #Feedback #ContinuousLearning #CustomerSatisfaction",
        "postAs": "organization",
        "additionalFields": {}
      },
      "credentials": {
        "linkedInOAuth2Api": {
          "id": "4sXxHri0PRgxO48n",
          "name": "LinkedIn account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b441873f-187c-4777-ab27-d7adf8450d8b",
      "name": "Poor  - Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1580,
        320
      ],
      "parameters": {
        "html": "=Dear [Recipient Name],\n\nWe would like to inform you that a new task has been created to address the recent training feedback we received. Below are the details of the task:\n\nTask Title: {{ $json[\"title\"] }}\n\nTask Description:\n{{ $json[\"description\"] }}\n\nTask Status: {{ $json[\"statusName\"] }}\n\nInstructions:\n{{ $json[\"instruction\"] }}\n\nActions Required:\n\n- {{ $json[\"task\"][\"actions\"][0][\"name\"] }}\nDescription:\n{{ $json[\"task\"][\"actions\"][0][\"description\"] }}\n\n- {{ $json[\"task\"][\"actions\"][1][\"name\"] }}\nDescription:\n{{ $json[\"task\"][\"actions\"][1][\"description\"] }}\n\n\nPlease address this task at your earliest convenience to ensure we promptly respond to the feedback and improve our training program accordingly.\n\nIf you have any questions or require further information, please do not hesitate to contact us.\n\nLink : https://demo.usertask.io/app/task/instance/form/{{ $json[\"code\"] }}\n\nBest regards,",
        "options": {},
        "subject": "New Task Created - Urgent: Training Feedback Requires Immediate Attention",
        "toEmail": "[email protected]",
        "fromEmail": "[email protected]"
      },
      "credentials": {
        "smtp": {
          "id": "CnHY3ZPBDwo5EnSH",
          "name": "SMTP account 2"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "0e9c5ee5-416b-4cb3-9797-417003bc74cd",
      "name": "Call Usertask - Create task",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1020,
        60
      ],
      "parameters": {
        "url": "http://demo.usertask.io/api/task/create-instance",
        "method": "POST",
        "options": {},
        "jsonBody": "{\n  \"taskCode\": \"tltJf90mJVEnpUZvuQBi\",\n  \"callbackUrl\": \"https://n8n-hzd1.onrender.com/webhook/4ff46f8a-e1d0-4ad9-8dae-99de53838aaf\",\n  \"description\":\"We have received a training feedback rating of 1 star. It is crucial to address this issue promptly.We recommend scheduling a meeting to discuss the feedback in detail and develop an action plan to improve the training program.\",\n  \"instruction\":\"\",\n  \"title\":\"Urgent: Training Feedback Requires Immediate Attention\"\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-KEY",
              "value": "22d1ce6fa3ae7039fe42d3ddf1ba55d8f5ee9e2c2e6b04788144fca080d1e170"
            },
            {
              "name": "X-CLIENT-ID",
              "value": "f3604b6d2d33af2006ecb0d4910871fa"
            }
          ]
        }
      },
      "typeVersion": 4.1
    },
    {
      "id": "27ab7bd3-e3a8-4d87-b28f-767bff9ec0e1",
      "name": "Call Usertask - Create Task - Pair and good",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1020,
        420
      ],
      "parameters": {
        "url": "http://demo.usertask.io/api/task/create-instance",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "fullResponse": true,
              "responseFormat": "json"
            }
          }
        },
        "jsonBody": "{\n  \"taskCode\": \"tltJf90mJVEnpUZvuQBi\",\n  \"callbackUrl\": \"https://n8n-hzd1.onrender.com/webhook/4ff46f8a-e1d0-4ad9-8dae-99de53838aaf\",\n  \"description\":\"We have received a training feedback rating of 1 star. It is crucial to address this issue promptly.We recommend scheduling a meeting to discuss the feedback in detail and develop an action plan to improve the training program.\",\n  \"instruction\":\"\",\n  \"title\":\"Urgent: Training Feedback Requires Immediate Attention\"\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-KEY",
              "value": "22d1ce6fa3ae7039fe42d3ddf1ba55d8f5ee9e2c2e6b04788144fca080d1e170"
            },
            {
              "name": "X-CLIENT-ID",
              "value": "f3604b6d2d33af2006ecb0d4910871fa"
            }
          ]
        }
      },
      "typeVersion": 4.1
    },
    {
      "id": "ec55cbd8-e863-4dea-b2fc-1834f9d27f13",
      "name": "Send Email after WebHook",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        760,
        -180
      ],
      "parameters": {
        "html": "=Dear Trainer's and HR Manager's,\n\nWe have received a training feedback rating of 1 star. It is crucial to address this issue promptly.\n\nResponse : {{ $json[\"body\"][\"results\"][0][\"actionName\"] }}\n\nWe recommend scheduling a meeting to discuss the feedback in detail and develop an action plan to improve the training program.\n\nBest regards,",
        "options": {},
        "subject": "Urgent: Training Feedback Requires Immediate Attention",
        "toEmail": "[email protected]",
        "fromEmail": "[email protected]"
      },
      "credentials": {
        "smtp": {
          "id": "CnHY3ZPBDwo5EnSH",
          "name": "SMTP account 2"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "bd83083f-e1df-41e8-b7b3-9065fa610ee5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        730.6369999001746,
        0
      ],
      "parameters": {
        "color": 7,
        "width": 714.7562585267917,
        "height": 593.70786516854,
        "content": "## UserTask\n**Link** https://demo.usertask.io \n\n**Login**\[email protected]\n**Password**\nQSDpo2x10?2020"
      },
      "typeVersion": 1
    },
    {
      "id": "27e89776-7258-44f5-ac8c-5926f38762b7",
      "name": "Call Usertask - Detail Task",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        320
      ],
      "parameters": {
        "url": "=https://demo.usertask.io/api/task/instance/info/{{ $json[\"body\"][\"code\"] }}",
        "options": {
          "redirect": {
            "redirect": {}
          }
        },
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-KEY",
              "value": "22d1ce6fa3ae7039fe42d3ddf1ba55d8f5ee9e2c2e6b04788144fca080d1e170"
            },
            {
              "name": "X-CLIENT-ID",
              "value": "f3604b6d2d33af2006ecb0d4910871fa"
            }
          ]
        }
      },
      "typeVersion": 4.1
    },
    {
      "id": "5576aba7-9051-465f-a095-47a52e35b151",
      "name": "Send Email - Information for marcketing",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1280,
        680
      ],
      "parameters": {
        "options": {},
        "subject": "Task Created",
        "toEmail": "[email protected]",
        "fromEmail": "[email protected]"
      },
      "credentials": {
        "smtp": {
          "id": "CnHY3ZPBDwo5EnSH",
          "name": "SMTP account 2"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "074b8d06-f78a-4209-9172-d8b1a57c97fb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        540
      ],
      "parameters": {
        "color": 7,
        "width": 373.0572224009227,
        "height": 320.6741573033706,
        "content": "## AirTable \n**For exemple, use** Employee training management **template**. [Guide](https://www.airtable.com/templates/employee-training-management/expnOaGvlQDwuWKVk)\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "b742a10e-71b2-4022-8c16-53b826512bbe",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        0
      ],
      "parameters": {
        "color": 7,
        "width": 374.8314606741574,
        "height": 303.820224719101,
        "content": "## WebHook \nThe webhook allows retrieving the result of a Usertask. Tasks can be completed either via the API or through the Usertask form."
      },
      "typeVersion": 1
    },
    {
      "id": "98cc7ca2-359a-4329-8910-14b6607daa87",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -11.47087857847941,
        -460
      ],
      "parameters": {
        "width": 709.4232592367164,
        "height": 434.9343764901402,
        "content": "## Training Feedback Automation with Usertask and Airtable\nThis n8n workflow is designed to automate the management of training feedback by integrating Airtable, Usertask, and various notification actions. \n\nHere is a detailed description of each step in the workflow:\n\n- **Airtable Trigger**: Captures new or updated feedback entries from Airtable.\n- **Switch Node**: Evaluates the feedback rating and directs the workflow based on the rating.\n- **Webhook**: Retrieves the result of a Usertask task.\n- **Task Creation**:\n  - Creates tasks in Usertask for poor feedback.\n  - Creates follow-up tasks for fair to good feedback.\n  - Documents positive feedback and posts recognition on LinkedIn for very good to excellent ratings.\n- **Notifications**:\n  - Sends email notifications to responsible parties for urgent actions.\n  - Sends congratulatory emails and posts on LinkedIn for positive feedback.\n\nVideo : [https://youtu.be/U14MhTcpqeY](https://youtu.be/U14MhTcpqeY)\n"
      },
      "typeVersion": 1
    },
    {
      "id": "f12d0516-43a2-4517-a633-60d809cd3413",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        460,
        420
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "outputKey": "Dissatisfaction",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "operator": {
                      "type": "number",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.fields.Content }}",
                    "rightValue": 1
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Fair",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "2d1c10b8-0418-4dcf-aa53-41f0b75ccc08",
                    "operator": {
                      "type": "number",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.fields.Content }}",
                    "rightValue": 2
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Good",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "d2be2a3f-32ae-4578-a9aa-4a8f2b19f08f",
                    "operator": {
                      "type": "number",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.fields.Content }}",
                    "rightValue": 3
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Very Good",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "4dd5b796-9180-47d8-9ebd-4164a5dfa0d7",
                    "operator": {
                      "type": "number",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.fields.Content }}",
                    "rightValue": 4
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Excellent",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "312f4f14-a341-4dea-881c-3c85a9cea13c",
                    "operator": {
                      "type": "number",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.fields.Content }}",
                    "rightValue": 5
                  }
                ]
              },
              "renameOutput": true
            }
          ]
        },
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "6eb8d928-c331-49d5-830a-9442a367254b",
      "name": "Call Usertask - Create Task - Dissatisfaction",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1020,
        240
      ],
      "parameters": {
        "url": "http://demo.usertask.io/api/task/create-instance",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "fullResponse": true,
              "responseFormat": "json"
            }
          }
        },
        "jsonBody": "{\n  \"taskCode\": \"tltJf90mJVEnpUZvuQBi\",\n  \"callbackUrl\": \"https://n8n-hzd1.onrender.com/webhook/4ff46f8a-e1d0-4ad9-8dae-99de53838aaf\",\n  \"description\":\"We have received a training feedback rating of 1 star. It is crucial to address this issue promptly.We recommend scheduling a meeting to discuss the feedback in detail and develop an action plan to improve the training program.\",\n  \"instruction\":\"\",\n  \"title\":\"Urgent: Training Feedback Requires Immediate Attention\"\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-KEY",
              "value": "22d1ce6fa3ae7039fe42d3ddf1ba55d8f5ee9e2c2e6b04788144fca080d1e170"
            },
            {
              "name": "X-CLIENT-ID",
              "value": "f3604b6d2d33af2006ecb0d4910871fa"
            }
          ]
        }
      },
      "typeVersion": 4.1
    }
  ],
  "connections": {
    "Switch": {
      "main": [
        [
          {
            "node": "Call Usertask - Create Task - Dissatisfaction",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Call Usertask - Create Task - Pair and good",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Call Usertask - Create Task - Pair and good",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "LinkedIn",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "LinkedIn",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch1": {
      "main": [
        [
          {
            "node": "Send Email after WebHook",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Call Usertask - Create task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn": {
      "main": [
        [
          {
            "node": "Send Email - Information for marcketing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable Trigger": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook - Action Task Poor": {
      "main": [
        [
          {
            "node": "Switch1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Usertask - Detail Task": {
      "main": [
        [
          {
            "node": "Poor  - Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Usertask - Create Task - Pair and good": {
      "main": [
        [
          {
            "node": "Call Usertask - Detail Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Usertask - Create Task - Dissatisfaction": {
      "main": [
        [
          {
            "node": "Call Usertask - Detail Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Actions

Share
Categories:
Tags:
httprequestwebhookswitchstickynoteemailsendairtabletriggerlinkedin

Technical Specs

Complexity:
Expert
Node Count:
16 nodes
Published:11 months ago
Updated:15 days ago

Compatibility

Platform:
N8N Cloud & Self-hosted
Min Version:
N8N v1.0.0+
Supports cloud and self-hosted deployment

License

This workflow template follows MIT license, you can freely use, modify and distribute.

Please comply with relevant third-party service terms when using.

Related Workflows