Hi there,
Can someone help me understand how to infer "Intercom('update') without getting throttled up to 20 times per 30 minutes"?
Is intercom saying that Intercom('update') will start throttled:
- 20 times per 30 minutes per user?
- 20 times per 30 minutes per workspace?
- 20 times per 30 minutes per same user?
How to decide if its per user, per same user or per workspace basis?
Article Link: https://developers.intercom.com/installing-intercom/docs/intercom-javascript
method name: Intercom('update')
Thanks in advance.