Pull real enquiries out of social media noise

Step 1 of 12

01 / 12Webhook

Get incoming comments into the workflow

Create a workflow and add a Webhook node as the entry point for incoming comments or messages, or a Schedule Trigger paired with a HTTP Request node if you're polling an export instead.

The n8n panel for: Get incoming comments into the workflow5 things to set here
  1. 1Open the Webhook nodedouble-click it on the canvas
  2. 2Workflow namecopy the value below
  3. 3HTTP Methodcopy the value below
  4. 4Pathcopy the value below
  5. 5Check before moving onA test POST to the webhook URL produces an item in the workflow.
Webhook panel in n8nTap to enlarge
Workflow name
Social comment triage
HTTP Method
POST
Path
social-comment
Tip
If your platform doesn't support webhooks directly, a Zapier-style forwarding tool or a simple form for your team to paste messages into is a reasonable stopgap.
Checkpoint
A test POST to the webhook URL produces an item in the workflow.