[SalesForce] Trigger email from landing page

I am sending an email for a couple of agents and my DE contains subscriberkey,emailaddress,agentemailaddress. I have a landing page where client's need to book an appointment with their respective agent.

I want to trigger an email to the agent with all the details of client's appointment as soon as they submit and the data inserted in DE.

Is there any way to do this?

Best Answer

Have you considered using Journey builder?

You can follow below steps to send an email to a contact

  1. Setup an Email
  2. Create a journey using Journey builder and select the event as the change in DE
  3. As the next action, select "send email" and select the email you previously created
  4. Activate the Journey

System will automatically trigger an email, as soon as a contact is updated in DE.

Related Topic