When your donors make a donation on your Soapbox Engage Donations app page that includes a dedication ("In honor of" or "In memory of"), this dedication information is captured in custom fields on the Opportunity record. If your organization would like to send a notification of this dedication to the dedication's recipient, you can create a simple workflow in Salesforce to automate the sending of a dedication email.
- Login to your Salesforce account
- Create an email template
- Go to Setup > Administer > Communications Templates > Email Templates
- Click New button and follow steps to create the email template to be used for sending messages to the dedication recipient
- Create an email alert workflow rule
- Go to Setup > Build > Create > Workflow & Approvals > Email Alerts
- Click the New Email Alert button
- Use the following options to create an email alert
- Description: “Soapbox Donations dedication notification”
- Unique Name: “Soapbox_Donations_dedication_notification”
- Object: “Opportunity”
- Email Template: (the name of the email template you just created)
- Recipient Type: select “Email Field” from the dropdown, and then move “Email Field: Tribute Email” from the Available Recipients column to the Selected Recipients column
- Click the Save button
- Create a Workflow Rule
- Go to Setup > Build > Create > Workflow & Approvals > Workflow Rules
- Click the New Rule button
- Select the “Opportunity” object, and click the Next button
- Configure the workflow rule as follows
- Rule Name: “Soapbox Donations dedication notification”
- Evaluate the rule when a record is: “created”
- Run this rule if the following: “criteria are met”
- Field: “Opportunity: Tribute Email”
- Operator: “not equal to”
- Value: (leave this blank)
- Click the Save & Next button
- Click the Add Workflow Action
- Choose Action Type: “Email Alert”
- Move “Email Alert: Soapbox Donations dedication notification“ from Available Actions to Selected Actions
- Click the Save button
- Click the Done button