Webhook triger automaticly execute

hello,

thank you all for your great job, i discover recently n8n and i like it :slight_smile:

Describe the issue/error/question

i create a successful workflow that receive form by using webhook and append data in airtabel

my probleme is webhook execute only one time and after that stop :slight_smile:

my goal is to automate every future new form entry will triger the webook

before creating this question, i do a little research and i find this topic but i can not connect CRON Triger to Webhook Triger

Information on your n8n setup

  • n8n version: Latest docker image
  • Database you’re using (default: SQLite): SQLite
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker

oh! sorry for this begginer question!

i understand the probleme and resolve it.

previously, i use test webhook. after i change to production, the workfloow continue to work even after submission in Form

could you please confirm me if i am right or wrong :
did test webhook execute only one time ? and production webhook continue to execute every new triger ?

Best regards

Hi @fsdj

You are right.
The test webhook triggers when you run the flow and then trigger the webhook. Usually during development.
If you turn the flow on it will trigger on the production url. So any webhook send to that production url will trigger the flow. As long as the flow is turned on of course.(on=active)

Hope that makes sense.

3 Likes

understood.

Thank you so much

You can also find more information in the documentation:

2 Likes