Skip to main content
Shruthi GM 님이 #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개
  1. 2020년 3월 2일 오전 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