IllusionaryTerrain 0 Share Posted September 4, 2020 Hi all, I've seen a few people ask about how to integrate with platforms that use BCC fields to generate automated follow up emails for site & product reviews without response. I've use Trust Pilot previously to handle reviews as it's very well regarded and trusted by consumers, but without a BCC field in SquareSpace emails it seems impossible to use. Has anyone managed to find away around this lack of functionality? Many thanks in advance. Link to post
paul2009 29,752 Share Posted September 4, 2020 (edited) BCCs aren't possible. Ideally you need a solution that is designed to work with Squarespace so that it can pull contact details from orders using the Orders API. An example is Delighted, as they have a Squarespace Extension. If this helped you, please click a "Like" icon below ⬇️ Edited September 4, 2020 by paul2009 Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
GraceENC 1 Share Posted September 14, 2020 Hi there, I managed to get the automatic feedback service working with trustpilot (free plan) but it looks like they aren't promoting this method any more. I added the following code to the 'order confirmation page' code injection field: <script> document.addEventListener('DOMContentLoaded', function() { const trustpilot_invitation = { recipientEmail: '{customerEmailAddress}', recipientName: 'Customer', referenceId: '{orderId}', source: 'InvitationScript', }; tp('createInvitation', trustpilot_invitation); }); </script> I have no idea if this will work for you but it's still currently working for me. TomBatch 1 Link to post
TomBatch 1 Share Posted November 7, 2020 Hey Grace, Thanks for sharing. I'm just about to inject the above code onto my order confirmation page. Did you need to implement anything else? Or does that just trigger an email from trustpilot automatically? Thanks, Tom Link to post
helpfulcrowd 2 Share Posted November 12, 2020 (edited) Hi there Grace, So our review app which is similar to Trustpilot, HelpfulCrowd, doesn't use the Bcc feature, but automatically captures the order and customer information on the Squarespace confirmation page using a script that you paste in. We automatically send out review requests on your behalf after an order is placed and you can collect both product and business reviews. You can also see what our widgets look like on our Squarespace demo site. So if you haven't been able to find a suitable solution to date, you can try out our app for a free 14 day test drive to see if it will fit your requirements. You can get started by reading our help guides. I hope that you find the above helpful. Kind regards, Anna Edited November 12, 2020 by helpfulcrowd tuanphan 1 Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment