
Hello everyone, I need to make a flow that allows me to notify a support agent that a new case has been assigned to it, and another flow that allows me to notify each time a comment is made on the portal, both to the support agent and the client, by email. Could you guide me where it is most recommended make it and maybe some example? Thanks a lot
Hi Partner,
Please refer to the following steps.
Notify support when a case has been created.
1.Create a new Flow and set its trigger to when updating a case.
2.Add an action get a record to get the new owner of the case to get the user email address.
3.Add an action to send email notification.
Notify each time when portal comment has been made.
1.Create a new flow with condition when a record created.
2.Add an action to send email.
You could add other actions between them to get the sender or receiver for the email.
Regards,
Leo