#Webhook not triggered on automatic user/company creation through email imports
1 messages · Page 1 of 1 (latest)
Created an issue for this: https://github.com/twentyhq/twenty/issues/5739
GitHub
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