Hi all. I'm new to EspoCRM (as well as any Php based software).
---
Do correct me if i'm wrong:
I was quite surprised to find out that Webhooks are not processed instantaneously in EspoCRM. Instead, they are based on a 'polling' approach, using Cron (the lowest resolution for which is 1 minute).
Is that really the case or am i missing something here?
So far, across all the softwares/languages (except Php) that i have interacted with, in any capacity, i've found that Webhooks are an 'instantaneous concept'.
---
Do correct me if i'm wrong:
I was quite surprised to find out that Webhooks are not processed instantaneously in EspoCRM. Instead, they are based on a 'polling' approach, using Cron (the lowest resolution for which is 1 minute).
Is that really the case or am i missing something here?
So far, across all the softwares/languages (except Php) that i have interacted with, in any capacity, i've found that Webhooks are an 'instantaneous concept'.
Comment