I need help to achieve the following after setting up a workflow:
Send out an email alert when a workflow reaches a certain stage
Example workflow:
- Draft > Pending for HR Manager > Pending for Account Manager > Pending for General Manager > Approved
for each state it should send Email alert to whom concern to take Action.
is it possible to send email to alert by role not email ID?
umair
2
Set alert based on Workflow State fields.
@umair I am already doing that!
My issue is sending email to recipients, I want to send email by role not email ID, same as workflow
umair
4
Sorry as this feature is not available for now. Will be great to see this contribution coming from you )
I was planning to add it but I found it already there
https://github.com/frappe/frappe/blob/e422e169538a4af1a76fddb036e256d07aa8f610/frappe/email/doctype/email_alert/email_alert.py#L109
but it is available only on branch:develop?!
When it will be merge to master?