Hi there,
I want to read out the timeline events generated by an external integration (Zoom). Since I need the app id to get the timeline events types, I was wondering how to get my hands on it. Does anyone know where to find it?
Thanks in adavance!
Hi there,
I want to read out the timeline events generated by an external integration (Zoom). Since I need the app id to get the timeline events types, I was wondering how to get my hands on it. Does anyone know where to find it?
Thanks in adavance!
Even if you had the app id, I believe you would also need the developer hapikey associated with the app. ![]()
@himanshurauthan , does this seem correct to you?
@dennisedson Yup, true. Haven’t thought about that before…
Accordingly, it is not possible to access timeline events generated by external integrations, right?
If anyone knows a solution: any approach is welcome.
That sounds about right @Jacob02
The only thing I can think is to see if there is a custom property set on the contact from the integration. If so, you can set up a webhook to fire on change and cheat the system ![]()
Total guess, but might be a starting place.