Send email

I have a requirement, i have a dropdown filed where if i select a particular group (lets say technical group) then the mail should be triggerd only for that group.

Note : im fetching the dropdown values from ref table

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to Mh q

    I understand that a Group will have multiple Users. I guess the question is:

    • do you want to send ONE email to a single email address that is in effect a distribution group (so every user in the email distribution group gets a copy if the email)
    • do you want to send one email PER USER IN THE GROUP so that every user in the Group gets an email?

    The two options have different pros and cons (the first is easier, but it's possible for the list of users in the distribution group is different from the list of users in the group), whereas the latter is harder to implement but guarantees that the correct users receive a copy of the email

Children