Skip to main content
Shruthi GM ha fatto una domanda in #Sales And Marketing
I have a requirement to get all the contacts of a account and to send them an email invite.How to fetch all the contacts of an account in an autolaunched flow?

 

Kindly help.

 

Thanks in advance.
2 risposte
  1. 2 mar 2020, 10:00
    Use the Get Records element in the flow builder and get the contact records where the contact.AccountId equals Current accountId.

     

    Once you get all contact records use the loop and Action email element to send the emails to the contacts.

     

    Use the Get Records element in the flow builder and get the contact records where the contact.AccountId equals Current accountId.

     

    User-added image

     

    You can then invoke flow using process or a quick action.
0/9000