First steps
User Data
- Responsive Email Editor Review
- Designing your email
- Creating Synchronized Modules
- Setting Up Responsive Email Design
- Setting Up Smart Containers
- Creating a Gmail Promotions Annotation
- Adding The Rollover Effect
- Adding Anchor Links
- Module Library
- Adding a Table to an Email
- Adding Custom Fonts
- Creating CTA Button
- Working with Images
- Creating Timer
- Using AI in the Email Editor
- Messenger Protocol Support in Email Clients and Platforms
Omnichannel
- Setting Up Widgets for Your Site
- Widgets Gamification
- Widget Calling
- Setting Up Locations for the Widget Calling Rules
- Storing data from widgets to contact fields
- Using Annoyance Safeguard
- Actions After Form Submission
- Replacing Double Opt-In System Workflow
- Creating Pop-ups via Google Tag Manager or WordPress
- Sending Yespo Widget Events to Google Analytics
- Using A/B Tests for Widgets
- Collecting Contact Information Using Request Forms
Automation
- Building and Editing Workflows
- Configuring Workflow Start/Stop Conditions
- Start Block
- Popular Blocks
- Message Blocks
- Using One from Many Message Block
- Contact Blocks
- Conditions Blocks
- Other Blocks
- Message to Segment Blocks
- Time Blocks
- Advanced Workflow Block Parameters
- Setting Up Allowed Send Time
- Using Workflow Launch History
- Webhook Workflows
- Workflow Troubleshooting
- Double Opt-In
- Welcome Сampaign
- Welcome Series Segmented by Category
- Launching a Workflow After a Contact Import
- Regular Workflow for a Segment
- Birthday Campaign
- Linking Workflow to the Button
- Using Variables from Order in Workflow
- Collecting Order Feedback
- Customer Reactivation
- Sending Extra Campaigns
- Sending Reminders at the Time Specified by the User
- Sending Campaign to Those Who Did Not Open the Previous One
- Using A/B Tests In Workflows
Personalization
Analytics
- Email Campaign Report
- Web Push Campaign Report
- Viber Campaign Report
- Mobile Push Campaign Report
- App Inbox Campaign Report
- Telegram Campaign Report
- In-App Report
- Widget Report
- Triggered Campaign Report
- AMP Campaign Report
- SMS Campaign Report
- Multilingual Campaign Report
- Setting up UTM Tags
- Revenue from Campaigns
- Tracking Campaign Performance in Google Analytics 4
- Message Analytics
Multilanguage Campaigns
Events and Behaviour Tracking
Recommendations
API
Security and Compliance
Promo Code Sent from a Workflow
There is a possibility to preliminarily upload the list of promo codes in the system for trigger messages, sent from workflow. In the moment of sending the message the workflow will obtain next promo code from the list. The system guarantees that one promo code will be used only once.
The system of promo codes is uploaded in the system using special API methods:
The process of configuring looks like following:
Generating promo codes and transferring them using API
Create enough quantity of promo codes and them not to run out suddenly.
Upload promo codes in our system by API using method, convenient for you. Uploading CSV-file or use JSON with next characteristics of promo codes:
- code – value of promo code
- expirationDate – expiration date of the promo code. Date format is next: 2017-12-31T23:59
- discount – discount. Indicate value from 0 up to 99.
- type – promo code type. Indicate any value. For example, birthday, blackfriday, christmas etc.
- inUse – flag if promo code is already used or not.
discount and type are created for segmentation promo codes in database. Technically it is not important, what discount is indicated. Real discount for the customer will be as you grant it on your site.
It is impossible to delete uploaded, but not used promo code. That is why if some promo codes are not urgent, update them by indicated true value for inUse flag. During using, the system will change statuses of using promo codes from false to true.
Creating the message
It is necessary to substitute variable $!data.get(‘promocode’) in the message on the place of promo code.
Configuring the workflow
It is necessary to substitute at least 2 blocks in the workflow: Task – Get promo code and block with communication channel (token, email, phone number).
The workflow can look like following:
Read more how to configure Get promo code block. In message block choose preliminarily created message and indicate parameters from the event, which contains contact ID.