Email if field is changed

Is there a way to trigger the e-mail action in the api if a single field value changes?

For example, if the “insured” field changes I can trigger an e-mail to the person that handles insurance

Do a single query to get the current values and then use a condition to see if the current value matches the API’s input value - if not, do your email steps…

1 Like

OH perfect! Thanks so much

1 Like