I have a requirement to notify all account team members when a new opportunity is created and I am not sure the best way to do this using flow builder. If I create a record trigger flow when a new Opportunity is created, and then use the get Account Team Member where the AccountId = Record>AccountId. Can I then just use an email action or is there a better way to do this? Thank you
1 answer
Get all Account Team Member's emails and add them to a collection and you can use the send email action. The variable for the email is text and add them to a text collection. You need a loop and two assignments.
Hope this helps.