Webhook url must be unique in all workflows?

Hello,
I want to use the same URL webhook in different workflows but it displays an error
SQLITE_CONSTRAINT: UNIQUE constraint failed: webhook_entity.webhookPath, webhook_entity.method
Any solution?

Hey @rahma_sayadi, you would indeed need a unique combination of webhook path and method in each webhook trigger node. Otherwise n8n wouldn’t know which workflow to start when a webhook comes in. So the solution would be to change these values accordingly:

hello @MutedJam thank you for you response