If I set multiple webhooks with the same request method (Post in my case) for the same event (e.g. Insert) for the same table in the database, only one hook will be triggered. #10421
Unanswered
taishikato
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, devs and the Supabase team!
As the title said, I found only one hook will be triggered If I set multiple HTTP Request webhooks with the same request method (
Post
in my case) for the same event (e.g.Insert
) for the same table in the database.Is this because the webhook feature is still in alpha status, or is this as intended and keep stay the same in the future too?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions