I have a field in a Hubspot ticket that stores an appointment date for a contact. I have figured out how it would send a reminder 2 days before that date using a delay.
How it works currently:
- Trigger: Ticket Property Change
- Add delay based on date retrieved from ticket
- Send message
My problem: If the contact decided to change their appointment date. The appointment date field in the ticket would change and trigger a new reminder to be sent. But the old reminder would also be sent.
Is there a way to stop from the old reminder from being sent?
I have tried using Get Ticket action after a delay expecting it would get the new appointment date. Adding a filter if the new appointment date is not equal to the old one, don’t continue.
But it doesn’t retrieve new ticket updates when using Get Ticket so it doesn’t work.
Any ideas how to solve this?