Automation rule - change status at a specific time

Hi,
It would be very useful if there could be a time of day based trigger in the automations.

For example, if we wanted to put a ticket on hold and for it to be taken off hold at 9am the following day or on a time/date that the agent specified

The current “for” an amount of time trigger that can be applied does not work for this

Hi @MikeCarnie

Have you considered using a scheduled event via the API?

You can schedule things to happen at set times. This doesn’t appear in the UI automation section but you could provide some UI for this in our App config. ie. add a custom field to the ticket with the date time you want a ticket to go off hold and then schedule the event with this value via onTicketUpdate event in a serverless app.

One thing to bear in mind is that the onTicketUpdate event only currently fires for certain ticket updates (documented here under onTicketUpdate - Product Events ) so you may need to add an automation that causes the event to fire when the custom field is changed.

1 Like

I dont think that option would really be the best way to go about it as we currently are not utilising any access to the API and I think this would really benefit from being a feature built right into the Freshdesk system

This topic was automatically closed after 365 days. New replies are no longer allowed.