I know there are some dated threads on this, but does anyone have a recommended way for our customer service team to have a NPS question automatically populate in the bottom of each of the emails they send from our Conversations Inbox?
Is using a static image linked to a CTA really the best way to do this? Or is there something better?
Embedding a Customer Satisfaction (CSAT) or Net Promoter Score (NPS) survey in 1:1 emails from a Conversation Inbox can be an effective way to gather feedback. There are a few approaches you can consider, each with its own advantages and limitations:
1. Static Image with a CTA
Using a static image linked to a call-to-action (CTA) is a common method due to its simplicity and visual appeal. Here’s how you can do it:
Design a simple image that asks the NPS question, such as "How likely are you to recommend our service to a friend?" with a scale (e.g., 0-10).
Link the image to a survey landing page where the recipient can click their rating and provide additional feedback if desired.
Pros:
Easy to implement.
Visually engaging.
Can be customized to match your brand.
Cons:
Requires the user to click through to another page, which may reduce response rates.
Limited ability to track partial responses.
2. Embedded HTML Survey
Embedding the survey directly into the email body using HTML can increase the response rate by reducing the steps needed to provide feedback.
Embed a form within the email that includes the NPS question and scale.
Use radio buttons or links for each score option that submit the response when clicked.
Pros:
Immediate feedback without needing to leave the email.
Higher response rates due to reduced friction.
Cons:
Not all email clients support interactive HTML forms (e.g., Outlook may not fully support this).
More complex to implement and may require developer assistance.
3. Text-based Survey with Links
Including a text-based NPS question with hyperlink responses is a middle-ground solution.
Write out the NPS question in the email body.
Provide hyperlinks for each score (0-10) that direct the user to a specific URL recording their response.
Pros:
Simpler than full HTML forms and works in most email clients.
Direct feedback capture.
Cons:
Less visually appealing.
Still requires some clicking through, although less than an image-based approach.
4. Email Integration Tools
Use customer feedback tools that integrate directly with your email system.
Tools like Delighted, Wootric, or Promoter.io offer integrations that can automate the embedding of NPS surveys into emails.
These tools often provide better tracking, analytics, and customization options.
Pros:
Professional and polished appearance.
Advanced analytics and reporting capabilities.
Often come with pre-built integrations for common email platforms.
Cons:
May require a subscription or additional cost.
Setup and integration might require some initial effort.
Recommendations
For simplicity and higher response rates, the text-based survey with links or the embedded HTML survey (if email client support is not a concern) are recommended. If budget allows and you require advanced features, using a dedicated customer feedback tool with email integration would provide the best overall experience.
Implementation Steps
Design your survey format (image, HTML form, or text with links).
Embed the survey in your email templates used in the Conversations Inbox.
Test the emails in different clients to ensure compatibility and functionality.
Monitor responses and adjust the approach based on feedback and response rates.
By choosing the right method based on your needs and resources, you can effectively gather valuable customer feedback through your email communications.
Jan 18, 20242:02 PM - last edited on Jan 26, 20244:44 AM by BérangèreL
Member
I know there are some dated threads on this, but does anyone have a recommended way for our customer service team to have a NPS question automatically populate in the bottom of each of the emails they send from our Conversations Inbox? Is using a static image linked to a CTA really the best way to do this? Or is there something better? Thank you! Provide me the answer of this thread
ChatGPT
ChatGPT
Certainly! To include a Net Promoter Score (NPS) question in the bottom of each email sent from your Conversations Inbox, you can consider the following steps:
Email Signature with NPS Link:
Create a standard email signature for your customer service team.
Include a brief message asking for feedback along with a hyperlink to the NPS survey.
For example:
vbnetCopy code
We'd love to hear your feedback! Rate your experience: [NPS Survey Link]
HTML Signature:
If your email system supports HTML signatures, you can create a visually appealing signature that includes the NPS question and a clickable link.
For example:
htmlCopy code
<p>We'd love to hear your feedback! Rate your experience: <ahref="[NPS Survey Link]">Click here</a></p>
Automated Email Footer:
Some email platforms allow you to set up automated footers or disclaimers for outgoing emails. Check if your platform supports this feature and configure it to include the NPS question and link.
CTA Button:
Instead of a static image, you can use a call-to-action (CTA) button with the NPS question. This can be visually appealing and may increase the likelihood of engagement.
For example:
htmlCopy code
<p>How likely are you to recommend us? <ahref="[NPS Survey Link]"><button>Rate Now</button></a></p>
Personalized Closing Line:
Train your customer service team to include a personalized closing line in their emails that invites feedback. This can be a more casual and friendly approach.
For example:
vbnetCopy code
Feel free tolet us know how we did! Your feedback is important to us.
Remember to replace [NPS Survey Link] with the actual link to your NPS survey. Additionally, ensure that your approach aligns with any legal or privacy considerations in your region.
By incorporating one of these methods, you can seamlessly gather feedback from customers without relying on static images, and it provides a more interactive and user-friendly experience.