Hi,
I realized your requirement by combining Flow with WebHook, you can refer to it.
The first step is to configure the WebHook to send a Http request.
This WebHook is triggered when a member is added to the Marektinglist and carries the GUID of the added member and the Guid of the Marketinglist.
The next step is to start building the Flow.
1.Accepting Http requests:
2.Pre-process the data through this step, taking out /ListId/ and /MembersId/, which are in the format of json objects.
3.Get the name of the Marketinglist based on the /listid/.
4.Get all the data for the contact's record based on the /MemberIds/.
5.Finally, personalize the email as you see fit
After testing, when adding a member, I successfully triggered this flow and sent the email.
The scenario I am testing is the one where I am adding one member. But you can add multiple members in batch, which is also supported as it is possible to fetch data from multiple members at the same time, you can refer to my Flow for customizing the operation.
If my answer was helpful, please click Like, and if it solved your problem, please mark it as verified to help other community members find more. If you have further questions, please feel free to contact me.
Best regards,
Cui Hao