[SalesForce] Trigger Email Send Notification from a smart capture submission

I have a landing page built in cloud page in SMFC with the smart capture form. The form is submitting the data to a DE table just fine.

Currently right now I am exporting this data manually to sftp and sending it to the Sales team on a daily basis.

I am wondering if there is a way to automate this where if a new contact is added to a DE and somehow fire a trigger email send to the Sales showing the details of the submission by email with some look up ampscript.

It is something I saw Woo Foo form do and was wondering if that is possible in SFMC.

Thanks

Best Answer

If your sales team is using a distribution group so that a single email address is used to email the group, you can use Journey Builder to send an email for each record added through your form.

When creating the Data Extension for the form, you will want to have the field for EmailAddress configured to be populated with the email address for your Sales team. Make the EmailAddress field a hidden field and enter the email address for your Sales team.

If you are collecting a subscriber's email address, you will want to use a Text data type for the field so that it does not cause issues with the emails sent to the Sales Team and be sure that you are associating the field for the Sales Team to SubscriberKey so that the contact flowing through the journey is the contact associated to the Sales Team email address. This will also make sure you aren't overwriting any existing subscribers email addresses with the Sales Team's email address.

When setting up your journey be sure to update the settings to allow re-entry at any time in case you have multiple subscribers fill out the form at the same time.

Related Topic