Our process would be:
Case (record type "Customer Relations" only) marked as Solved
Email automatically sent to email address entered on Case (could pull in name field that is a text field?) with link to Typeform survey
Once the survey is submitted, log survey results on Case or other custom object related to the Case (reporting would be a great plus as well)
Is anyone familiar with using Typeform along with Zapier to send surveys out via Cases in SF? I opened a trial account with Zapier to take a look at the tool, just need a little guidance on how to get these tools connected.
Much thanks!
31 answers
- In prior post
- In prior post
- In prior post
- Next you'll need to create an HTML Email Template that will be used to send the Survey to its intended recipients. We'll need to use an HTML template in order to use the custom Typeform URLs we created back on your Case Object.
- Putting on my Marketing hat for a moment... Your Template needs to have the look and feel of a formal letter that's been written solely for its intended recipient. Using SFDC's Mail Merge functionality, you'll be able to insert Record values as both text and (as we'll do in just a moment) as the URLs of hyperlinked text. This is a good time to think about how personalized you'd like to make these emails, and how you'd like to get the recipient's personalized information into them.
- In order to pull the custom URL we built into your email template, you'll need to insert a line of HTML similar to the following:
Please click <a href="{!Case.Case_Closed_Survey_URL__c}">here</a> to send us your feedback.- The html above creates a sentence where the word "here" is actually a hyperlink to the survey URL we created back on step 3.2.2.1