I need to set up a system that alerts a team whenever a specific set of values changes.
For example, if a contact’s name is updated, our marketing team should receive a notification showing both the old value and the new one.
I then want to take these values and feed them into a PHP script to send out alerts and create tasks.
I already have most of the PHP script ready, but I’m not sure how to track the previous and current values and trigger an action when a change occurs.
Any advice on how to achieve this would be greatly appreciated!
For example, if a contact’s name is updated, our marketing team should receive a notification showing both the old value and the new one.
I then want to take these values and feed them into a PHP script to send out alerts and create tasks.
I already have most of the PHP script ready, but I’m not sure how to track the previous and current values and trigger an action when a change occurs.
Any advice on how to achieve this would be greatly appreciated!

Comment