Iterable Integration
This guide shows you how to integrate HotWax Commerce with Iterable, a popular marketing automation platform for Shopify. This integration automates email notifications to improve your customers' experience.
HotWax Commerce handles order processing and fulfillment, while Iterable takes care of sending personalized email notifications. You can configure email flows within HotWax Commerce to trigger based on specific events, like an order being ready for pickup.
Follow the steps below to integrate with Iterable and start sending automated pickup notifications:
Connect HotWax Commerce and Iterable
To share any kind of information between these systems, they need to make a connection with each with the help of private access keys. An API key acts like a secure password, allowing authorized communication between HotWax Commerce and Iterable. Follow these steps to create one:
Log in to Iterable with your existing credentials.
Navigate to Your Project: Remember, API keys are project-specific. Ensure you're in the correct project for your HotWax connection.
Find API Keys: Look for the
Integrations
section in the main menu and hover over it. SelectAPI Keys
from the dropdown.Create a New Key: Click on
New API Key
when the page opens.Give it a Name: Choose a descriptive name to easily identify its purpose (e.g. "HotWax Commerce Integration").
Select Key Type: Choose "Server-side" as this key will be used by HotWax Commerce to share details. You can find more details about key types:link to Iterable API Keys documentation.
Generate the Key: Click on
Create API Key
. A pop-up will appear displaying the generated key. Important: This key will only be displayed once.Copy and Secure the Key: Carefully copy the entire API key and store it securely in a password manager or other encrypted location. Never share it publicly.
Remember: Treat the API key like a password. Avoid sharing it and keep it confidential for secure communication between HotWax Commerce and Iterable.
Adding API Key in HotWax Commerce
Configure HotWax Commerce with Your Iterable API Key
Once you have your API key from Iterable, follow these steps to integrate it with HotWax Commerce:
Log in to HotWax Commerce: Access your HotWax Commerce platform at
https://{instanceName}.io/webtools/control/EntityImport
.Import Configuration:
In the
Complete XML document
section, paste the following XML snippet.Important: Replace
YOUR_ITERABLE_API_KEY
with your actual API key from Iterable in thepublicKey
field.
XML Configuration
The XML information contains the following details:
Add Product Store Setting in HotWax Commerce
Setting up product store email settings in HotWax Commerce allows you to define which email information triggers automated messages for specific marketing automation platforms. For example, you can configure settings to send "Ready for Pickup" email data in the format of Iterable
for a particular product store. Follow these steps to Add Product Store Setting:
Visit
https://{instanceName}.io/webtools/control/EntityImport
to access the Entity Import interface.In the
Complete XML document
section, add the following XML information:
The XML information contains the following details
Add Preconfigured Data for the Ready for Pickup
Email
Ready for Pickup
EmailWithin Iterable, customized email templates are employed for Ready to Pickup
notifications, where the content varies for each order. When a Ready to Pickup
email needs to be dispatched, HotWax Commerce generates order-specific data and transfers it to Iterable. To enable this process, HotWax Commerce develops and updates individualized data templates for each order, facilitating accurate and personalized email notifications sent through Iterable.
This configuration data is sent for
To create the Ready for Pickup
email data template in HotWax Commerce, the provided XML data file needs to be imported via the following link- https://{instanceName}.io/webtools/control/EntityImport
Here's the XML structure that generates the Ready for Pickup
email data template in HotWax Commerce:
To use this template with Iterable, insert your workflow ID within the electronic text. To generate WorkFlow Id read this document here.
Trigger Automated Ready to Pickup
Emails with Iterable
Ready to Pickup
Emails with IterableHere's how to set up a workflow in Iterable to automatically send personalized "Ready to Pickup" emails to your customers when an order is ready for collection in HotWax Commerce.
Log in to Iterable: Access your Iterable account with your login credentials.
Design Your Email Template:
Navigate to "Content" and click the "Templates" tab. Here, you can create a new template or use an existing one that aligns with "Ready to Pickup" notifications. (Guide for creating templates: [link])
Build the Workflow:
Go to "Messaging" and click the "Journeys" tab.
Click "New Journey" to create a workflow from scratch. You can also learn more about creating workflows here.
Name your workflow "Ready to Pickup" and set the Entry Source to "API call" with unlimited entries.
Configure Email Action:
Add an action step to your workflow that involves sending an email.
Select the appropriate email template you created in step 2.
By following these steps, you'll create an automated workflow in Iterable that triggers "Ready to Pickup" emails based on HotWax Commerce events. Save the workflow Id to use it in HotWax data, which help you send the ready for pickup email.
Run Service to send email from on Iterable
In HotWax Commerce, when orders are packed and ready for pickup, Iterable triggers an email to customers containing their specific details. Retailers need to run service or can create a new job which should be regularly scheduled on service sendReadyToPickupItemNotification
to trigger the workflow. This step is essential for the effective initiation of the email communication process.
Access the Service List: Go to
HotWax Commerce Service List
through this link-https://<instanceName>.io/webtools/control/ServiceList
Locate
sendReadyToPickupItemNotification
Service: Find the service namedsendReadyToPickupItemNotification
within the Service List interface. Click on thesendReadyToPickupItemNotification
service to access its details.Run the Service: Look for the
Run Service
button available against the service name and click on it. Finally, click onSubmit
to execute the service.
To ensure accurate email dispatch for this service, two essential parameters must be provided:
Last updated