Hello,
I have a rudimentary IT Service Management project for a small helpdesk team. Currently I have an automation that when a ticket is submitted, it sends an email to the team members via email. From there, one of them assigns themselves the ticket.
Recently we have created a coverage schedule so I'm looking for the following to notify specific team members based on the day of the week:
If a ticket is submitted on Monday, send an email to these specific email addresses.
If a ticket is submitted on Tuesday, send an email to these specific email addresses.
And so on...
I think I need to compare two values but I'm not sure exactly what I need to compare to check for just the day of the week. There might also be an easier way to do this and I'm not aware of the feature. Thanks in advance.
This is what I would do, I would create if/else conditions that convert the created date to fullDate using {{[date].[dateformat]}} and then compare to see if it contains Monday, Tuesday and so forth in the if/else. And each if/else would then send the email to the specific emails. Something like this:
Thanks so much Mikael. This was exactly what I was looking for. Appreciate it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Waugh
Is the only thing different the recipient email addresses with the email body the same for all?
If so, you can make a simple and easy to maintain rule using the new Lookup Table action automation rules. Perhaps like this:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.