最近搜索


没有最近搜索

Trigger only on specific Day of the week

已回答


已于 2023年6月14日 发布

Heya Zendesk people!

I do have a workflow via /rules/triggers that is basically an autoresponder informing the customer we received the ticket - with some additional content. 

On Friday i want to change the Text in a way that also includes "please be aware you most likely will receive an answer Monday" to give correct expectations

I can't seem to find an option to filter for the day of the week in a trigger

Is there an option I do miss? Or is it simply not possible? 

Thanks! 


0

2

2 条评论

image avatar

Hiedi Kysther

Zendesk Customer Care

Hi Dennis Welz!

Unfortunately, we do not have a trigger condition that would allow you to fire on certain day of the week. I suggest adding a note in your Trigger - auto-responder for your days and hours of operation. This way, your customers will still be aware of when they would expect a response from your team.

Hope this helps!  

0


image avatar

Pedro Rodrigues

Community Moderator

Hi Dennis Welz! It is possible to detect the day of the week using Liquid. For example:

{% assign current_day = ticket.created_at | date: '%a' %}

This would return a value for current_day of 'Mon', 'Tue', 'Wed', etc. You can therefore use Liquid within the JSON of a webhook to detect the weekday and trigger the appropriate response depending on this value, update a custom field with the value, etc.

Alternatively, and in line with Hiedi Kysther's suggestion, you can consider adding a simple note at the bottom of your template informing that support is unavailable during weekends.

0


请先登录再写评论。

找不到所需的内容?

新建帖子