Hello,
we are looking for a way to send a webhook notification to a defined endpoint for every change to a CRM object.
So we want to track every change that happens to a contact, company and deal and want to get a automatic webhook notification that object with id xyz changed.
For our usecase it’s not relevant which attribut changed. We just want a webhook request that sth. change for a specific object id.
We have tried to solve this with the following two approaches - but were not succesful:
- Webhook as part of the workflow: However, it is not possible to resume objects in a workflow based on the attribute “last modified”.
- App Integration: We build a new App in our Dev Account that has a event trigger and specific properties. However, the attribute “last modified” cannot be used here either. And also no general trigger on “sth. has changed” is possible.
Does anyone have the same issue and maybe another option / hints for solving?
We are appreciating every help.
Best
Tobias