Send email to the client X time after they create a ticket

Infos:

  • Used Zammad version: 6.4
  • Used Zammad installation type: (source, package, docker-compose, …)
  • Operating system: Debian 12
  • Browser + version:

Expected behavior:

  • Send an automatic email to the client after x amount of time

Actual behavior:

  • Doesn’t sends the email

Steps to reproduce the behavior:

  • Create a new Trigger
  • Set the ticket state as New
  • Set: Created ago after(relative) X time

I want to send an automatic message to the clients after X amount of time since they created the ticket but i am not capable, could someone help me?

If I’m not mistaken, triggers will fire when the object in question is updated. So in your scenario, if the ticket is not updated at any point after the submission, the trigger wouldn’t fire.

For your purpose, id probably just use a scheduler combined with a webhook that sends the email via API. I guess you could also use the stock send email function. It would depend on what your zammad instance and use cases look like.

Hello,

I answered a similar question here:

Let me know if this helps.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.