Skip to main content

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

 

#FlowBuilder #Flow #Email Alerts #Account Teams

1 answer
  1. Nov 9, 2023, 11:32 PM

    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. 

0/9000