Webhook extract data

Hi everyone, I’m no expert. I’m from Make/Integromat but a few days ago they activated n8n. I tried to activate a Webhook as I did on MAKE but since I don’t know English well in the tutorials it’s very difficult for me to learn but I can do it.

Can anyone help me learn and understand how to continue the scenario? I have activated the webhook and it is very difficult for me to extrapolate the data to pass it on AIRTABLE but for me the first step is to understand how to take out the data that arrives and perhaps filter it.

Non mi risultano errori particolari ma attivando lo scenario non vedo i dati che dovrebbero arrivare in modo continuo. Grazie per il vostro aiuto se volete accettare la mia richiesta.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

{
  "meta": {
    "instanceId": "19457831dd7d2881ca1933ee5203c1a51b9608f411d746096f672b413d4f2dcb"
  },
  "nodes": [],
  "connections": {}
}

![webhookmake|531x499](upload://5d6Ay0fReft7RRs7oOHY2Tm3lnQ.jpeg)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.14.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via desktop **
  • Operating system: windows 10

Hi @antonio_cantoro

Maybe this video helps you?

I saw your screenshot (it looks like it was wrapped in the workflow code snippet). In my video, when there is data in the OUTPUT panel of the Webhook trigger, this is the same as in your “OUTPUT” in Make screenshot. Screenshot below


Last, I do not show it in the video, but when the workflow is ready :point_down:

  • Copy the Production Webhook URL in the Webhook Trigger and update this in the app that is starting your workflow.
  • You need to activate the workflow so that it runs automatically on new webhook calls (not just when clicking “Listen for Test Event”), you can do it from the toggle in the top right corner of the workflow editing canvas.

Hope this helps!

2 Likes

Ciao MAXT, capito le tue indicazioni e come prendere le informazioni di output.
Molto grato.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.