How to send a notification email to the assigned individuals for each issue in the issue list?"
Hello All,
I need send a notification email to the assigned individuals for each issue in the issue list. Is that possible to achieve this within Experian itself. Can anyone explain me , how to do this?
also please let me any specific access i need for this? currently i posses Designer role.
Comments
-
Hello
There are some existing discussions on this topic, which might help:
0 -
@Josh Boxer Thanks,
my requirement is same like @Mahulima 's requirement. Need to send email dynamically with respect to columns contains email_ids.
Is that possible in experian now?0 -
Could you send one email to all the affected users, telling them they have issues to review and a link to login to Aperture? If so this is much easier to implement, simply Group all the usernames into a deduped List and pass this value as the Recipients in the Automation.
If you want the Workflow to tigger the same Automation multiple times to send individual emails then you could doing something like this to individually process every value in a column:
1 -
I'd echo Josh's first suggestion here and using a single automation for this scenario, which you can do by setting up a custom event:
This enables the event to be set within the workflow and the required user names to be fed into the subsequent automation (note you'll need to group these into a comma separated list):
and then finally an automation that uses the users parameter to trigger the email:0