Zigpoll x Shopify Email
If you want to include a link to your survey within a Shopify Email template follow the steps below.
Step #1: Add a liquid code block
- Click the plus icon on your email template and select Liquid Code Block.
Step #2: Copy your Zigpoll public link for your survey
- Go to Apps -> Zigpoll -> Surveys -> Select your survey
- Click on the link icon on the top right hand side of the page
- Copy the link in the URL bar. It will look something like this:
https://survey.zigpoll.com/2kParn8gL6RvpveWu/2vLaXDvDpaVJjmngT
Add the customer email to the url
- Go to the Shopify Email App
- In your liquid code block enter a url that contains query parameters like this
https://survey.zigpoll.com/2kParn8gL6RvpveWu/2vLaXDvDpaVJjmngT?email={{ customer.data.email }}
This will allow you to email out your surveys to customers using the Shopify email app. The extra query parameters will link the email address back to the respondant so that you know who is who. Zigpoll will automatically pull the Shopify customer information from the email address so you will have a full user profile of the respondant. You will also be able to send their survey responses back to Shopify so you can create custom segments based on their response data.
See below for a quick video: