Webhook Initiate too fast
Hi, I've created a job in Azure Automation to do an inventory through the API's of companies registered in Twenty CRM (v0.54.6). THe import job is importing the company data to a sql db. THe job is triggered with a webhook coming from TwentyCRM. When I create a Company, the webhook is triggered to early, i have not completed to fill out all the information before the job gets triggered by the webhook. So the import job only gets the company name and address information. I have plenty of custom data fields added to the company dataset. but that is only present in TwentyCRM and not in SQL db due to the early trigger from the webhooks.
When I run the import job manually I get all the data when the company is created. SO I could solve it with an initial delay in the automation job. but I think it's better to solve it from the Twenty CRM system side
When I run the import job manually I get all the data when the company is created. SO I could solve it with an initial delay in the automation job. but I think it's better to solve it from the Twenty CRM system side