Hi everyone,
I’ve built a Salesforce Flow that generates a unique Survey link related to the triggering Visit__c (custom object) record, and then sends a custom email template to the customer containing that link.
The problem is that Salesforce is also automatically sending the standard Survey email, and I’m not sure how to stop it.
Is there a way to disable or prevent the standard Survey email so that only my custom email is sent?
Hello @Heroforge Heroforge Team,
You can prevent the standard Salesforce Survey email by not using the survey invitation distribution that automatically sends emails. Instead, generate the survey URL through Flow (or Apex) and send it only via your custom email template. Also, check the Survey Invitation settings and any associated automation to ensure "Send Survey Invitation Email" is not enabled. This way, Salesforce will create the survey link, but only your custom email will be sent to customers.