Difference between revisions of "Setting up Yotpo Mail After Purchase"
From Spiffy Stores Knowledge Base
Line 13: | Line 13: | ||
# A link will be sent to you with a code | # A link will be sent to you with a code | ||
# Paster the code from the email into the "Enter the code" box | # Paster the code from the email into the "Enter the code" box | ||
− | # | + | # Your Secret key will now be displayed, and you should paste it into the "Secret Key" field below. |
+ | |||
+ | When you have both of these fields filled, submit the form below. | ||
<html> | <html> | ||
<form> | <form> | ||
<label for="yotpo-app-key">App Key</label> | <label for="yotpo-app-key">App Key</label> | ||
− | <input type="text" id="yotpo-app-key"> | + | <input type="text" id="yotpo-app-key" required> |
<label for="yotpo-secret-key">Secret Key</label> | <label for="yotpo-secret-key">Secret Key</label> | ||
− | <input type="text" id="yotpo-secret-key"> | + | <input type="text" id="yotpo-secret-key" required> |
+ | <button type="submit">Submit</button> | ||
</form> | </form> | ||
</html> | </html> |
Revision as of 12:41, 12 May 2021
If you've already added the Yotpo Reviews Widget, you now have the option of adding the Mail After Purchase function. This process takes a few steps, but the benefit from this is that you can collect reviews to display in your store automatically, rather than emailing your customers manually or using a service like MailChimp to email your customers.
Step 1 - Retrieve your Yotpo App Key and Secret Key
App Key
- Log in to your Yotpo Dashboard
- Hover over the person icon in the top right, and click "Settings".
- Scroll down to the bottom of the page and copy your APP Key
- Paste your App Key into the "App Key" field below.
Secret Key
- To retrieve your secret key, you'll need to click the "Get Secret Key" button.
- A link will be sent to you with a code
- Paster the code from the email into the "Enter the code" box
- Your Secret key will now be displayed, and you should paste it into the "Secret Key" field below.
When you have both of these fields filled, submit the form below.