Skip to main content
Melissa Page a posé une question dans IdeaExchange

Is there a way in Salesforce Sales Engagement cadences to require reps to update or personalize an email before it can be sent?  

 

We are looking to prevent users from sending cadence emails without first making an update to the email body or subject line. Ideally, we'd like the email step to require some level of personalization before the email can be sent.

Is there a native setting, validation, customization, or best practice that would:

  • Require edits to the email template before sending
  • Prevent sending if no changes have been made
  • Prompt users to personalize the email
  • Track whether an email was customized prior to sending

If this is not available out of the box, are there any recommended workarounds or custom solutions?

2 réponses
  1. 9 août, 16:13

    @Melissa PageSince you cannot hard-stop them natively, the most common fallback in Salesforce architecture is tracking compliance:   

     

    A) Managerial Dashboards & Accountability (The Administrative Control - Easy-Peasy.)  

    Create a custom formula field or Flow on the Task/Email object that checks if the outgoing email body matches the default template text word-for-word.

    Build a Sales Engagement Exception Dashboard for sales managers that highlights instances where reps sent emails containing default placeholder text (e.g., leaving [First Name] unmerged or unchanged). 

     

    OR 

     

    B) Separate Cadence Design (The Process Workaround)  

    C) Leverage Apex Triggers / Flows via Custom Development   

0/9000