Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Webhook fitlering does not seem to work #6664

Closed
charlesBochet opened this issue Aug 19, 2024 · 0 comments · Fixed by #6711
Closed

Bug: Webhook fitlering does not seem to work #6664

charlesBochet opened this issue Aug 19, 2024 · 0 comments · Fixed by #6711
Assignees

Comments

@charlesBochet
Copy link
Member

Bug Description

In Twenty 0.23, we have introduced webhooks filtering. On webhooks settings page you can specify the data object you want to filter a given webhook on:

image

It seems that once you select an object, the webhook is not sent anymore.

Expected behavior

  • No object selected, all events should be sent through the webhook
  • Object selected, only related events should be sent through the webhook
  • Action select, only related actions should be sent through the webhook

Technical inputs

Using: https://requestinspector.com/ to receive webhooks easilly

Also check the performance of the webhook system, it should not make any database query to fetch the record and should be batchable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants