Webhook not triggered on automatic user/company creation through email imports
If I manually create a user/company, the POST request is sent, but it is not sent when the user/company is created from an email import.
Is is possible to add it?
2 Replies
Created an issue for this: https://github.com/twentyhq/twenty/issues/5739
GitHub
Webhooks does not trigger on email automatic events · Issue #5739 ·...
Bug Description The initial POST request of a webhook occurs on webhook creation and any manual creation/update/deletion of company/user sends a payload as well but the webhook doesn't get trig...
good point. We are currently working on twenty-orm. Right now we emit event on api resolvers but as soon as we have the orm, the event will be emitted from the ORM which will also capture the one created from services
Thanks for creating an issue!