Creating a custom email "from" on tasks escalations different from default appian-alerts

We are using Appian 17.3. We are currently using escalations to send emails to supervisors if the user doesn't complete the task after certain amount of time. The emails are sent correctly but they are coming from the default email appian-alerts@domain.com and we can't modify this because this is used for other purposes as well.

Is there any way to create a custom "from" email to be used in escalation emails?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi Robert, I considered doing that but what in the cases where I have multiple escalations? I don't think it would work in that case because I would have to set it up so that after the first exception the process goes back to the task and at that point the user will get another email and it starts getting complicated. Also, I am not sure if Appian allows us to make the exception timer to be dynamic by changing the value on a process variable, or am I wrong in saying that? It might be es escalation timer and not the exception timer or both. Thoughts?
  • 0
    Appian Employee
    in reply to erickp

    This is still manageable.

    First you add a PV, escalationLevel (int). On the outflow of the exception timer, add one to the escalationLevel, perhaps with a script task.
    After that, you can use a gateway to route your flow the the appropriate send email smart service - the one that corresponds with your escalationLevel.

    Also,  since you mentioned that the process will go back to the task - consider reviewing the following playbook plays: