I develop my own integration with Clio. We have a lot of customers which use Clio app. And what I want is to sync contacts with our app and have a real time knowledge about changes(create,delete, change) in contacts model. So we decided to use webhooks.
Webhooks works good and we love it, but have a litte issue. We have a lot o customers which use Clio and have a lot of incoming changes as well.
The issue is we can't recognize which webhook came from, which user made the changes. So my question is - is it possible to create some custom field like "clio_profile_id" to get a clio user id in it? You can see screentshot i've attached. A lot of fields, but no field to recognize a user.
What I mean exactly is - when you create webhook for the first time in some apps it's possible to create 'custom field' ant this custom field will be displayed at every webhook. See screnshot for example.
I didn't find anything about this in API Documentation https://app.clio.com/api/v4/documentation.