Macros Documentation
A library of ready-to-use tags for generating data, characters, and values. Use in the template, subject, or email body to create complex randomization structures.
Shortcode
Format - unpaired.. The tag substitutes the user’s personal shortcodes values.
| Description | Macros | Result |
|---|---|---|
|
Specifies which shortcode to substitute
|
|
Alexsandra
|
| All shortcodes with the same attribute values will have identical values |
For example, if we have two shortcodes:
1. first_name: alex|dima|oleg
2. last_name: vasichkin|ivanov|petrov
The example looks like this:
|
dima + ivanov
oleg + petrov
|
External
Подгружает данные с файла .txt Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Loads data from a .txt file located on a third-party VPS in random order. Up to 10,000 lines per file.
|
|
Loads data from a .txt file located on a third-party VPS in random order. Up to 10,000 lines per file.
|
Random
Format - paired.. The tag selects one or more values from the user-defined options randomly or in a specified way.
| Description | Macros | Result |
|---|---|---|
|
Randomly selects one or more values.
|
|
Hello.
|
|
All random tags with the same attribute ID will reflect in the same order.
|
|
three + masha
|
|
Item tags. Separates by tags.
|
|
three.
|
|
Words. Separates by spaces.
|
|
one
|
|
Letters. Each character is treated as a separate part, including spaces, punctuation, and tags.
|
|
h
|
|
Sentences. Separates by periods.
|
|
I live in Kiev.
|
|
Lines. Separates by Enter.
|
|
two
|
Info
Format - unpaired.. The tag provides various information that can be used in the email or subject.
| Description | Macros | Result |
|---|---|---|
|
The address to which the email is sent.
Works in modules such as Outlook Mail.com, Gmx.com.
|
|
|
|
The address to which the email is sent, encoded in Base64.
Works in the Outlook module.
|
|
Y2xpZW50L ... 21haW4uY29t
|
|
The subscriber's name from the database to which the email is sent.
Works in modules such as Outlook, Mail.com, Gmx.com.
|
|
Client Name
|
|
The subscriber’s name is automatically generated from the part of their email address that comes before the @ symbol, using artificial intelligence.
Works in the Outlook module.
|
|
Client Name
|
|
The name of the Outlook account from which the email is sent.
Works in the Outlook module.
|
|
Name acc Outlook
|
|
The surname of the Outlook account from which the email is sent.
Works in the Outlook module.
|
|
Surname acc Outlook
|
Сontent
Format - unpaired.. The tag generates various content: random characters, signs, dates, etc.
| Description | Macros | Result |
|---|---|---|
|
Generates random cohesive content in English.
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
Generates random cohesive content in Russian.
|
|
Lorem Ipsum text, often used in printing and web design. This text has been standard placeholder text for Latin-based texts since the 16th century.
|
|
Generates content. All generate tags with the same attribute ID will have identical values.
|
|
1: It has survived not only five centuries...
2: Lorem Ipsum is simply dummy text...
3: It has survived not only five centuries...
|
|
A word will be generated.
|
|
hello
|
|
3 words will be generated.
|
|
hello world apple
|
|
A sentence will be generated.
|
|
In vel odio feugiat, malesuada quam condimentum, mollis mauris.
|
|
2 sentences will be generated.
|
|
Quisque convallis, nunc vel euismod tincidunt, nisl risus faucibus est, nec varius lacus ante vel dolor. Nulla lacinia euismod magna, in faucibus dolor bibendum et.
|
|
A paragraph of text will be generated.
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
|
3 to 10 paragraphs of text will be generated.
|
|
In vel odio feugiat, malesuada quam ...
Nam accumsan id ante eu imperdiet. Suspendisse in ...
Nunc vestibulum erat sit amet tellus sodales ...
|
|
1 to 3 paragraphs of text will be generated.
|
|
In vel odio feugiat, malesuada quam ...
Nam accumsan id ante eu imperdiet. Suspendisse in ...
|
|
A paragraph of text will be generated. The count parameter specifies the quantity. Min and max parameters are ignored if present.
|
|
In vel odio feugiat, malesuada quam ...
|
Number
Генерирует номера. Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Generates an integer. Can be negative.
|
|
43 [The range will always be from 0 to 100].
|
|
Generates an integer. Can be negative. Min and max parameters define the range.
|
|
54 [The range will always be from 10 to 100].
|
|
Generates an integer with a specific number of digits. The count parameter specifies the number of digits. Min and max parameters are ignored if present.
|
|
82363 [The range will always be from 10000 to 99999].
|
|
Generates a number with decimal places. Can be negative.
|
|
12.64 [The range will always be from 0.00 to 100.00 with exactly two decimal places].
|
|
Generates a number with decimal places. Min and max parameters define the range.
|
|
128.64 [The range will always be from 100.00 to 300.00 with exactly two decimal places].
|
|
Generates a number with decimal places. The count parameter specifies the total number of digits. Min and max parameters are ignored if present.
|
|
123456.78 [The range will always be from 100000.00 to 999999.99 with exactly two decimal places].
|
|
Generates a number with decimal places. The parameter specifies the number of decimal places.
|
|
12.1234 [The range will always be from 0 to 100 with exactly 4 decimal places].
|
Name
Генерирует имена. Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
A random first and last name will be generated.
|
|
Karen Millen
|
|
A female or male first and last name will be generated.
|
|
Karen Millen
|
|
A male first and last name will be generated.
|
|
John Smith
|
|
A female first and last name will be generated.
|
|
Karen Millen
|
|
A last name and first name in the specified order will be generated.
|
|
Smith John
|
|
A first name and last name in the specified order will be generated.
|
|
John Smith
|
|
A first name will be generated.
|
|
John
|
|
A last name will be generated.
|
|
Smith
|
Date
Генерирует даты. Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Date and time.
|
|
2019-01-23 12:34:51
|
|
Number of seconds since 1970-01-01 00:00:00.
|
|
1437889193
|
|
Date format compatible with PHP date function.
|
|
2019-01-23 12:34:51
|
|
Date range from and to. Must be submitted in the specified format.
|
|
2017-01-23 12:34:51
|
|
Date and time at the time of email sending.
|
|
2019-05-12 12:34:51
|
String
Генерирует строчки. Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Pattern for generating ASCII characters.
|
|
qB7vGnnyYADyYx2Gb2.... [40 to 100 characters will be generated (uppercase, lowercase letters + digits)].
|
|
Pattern for generating ASCII characters within the specified range.
|
|
J1jhuS [2 to 3 characters will be generated (uppercase, lowercase letters + digits)].
|
|
Pattern for generating a fixed number of ASCII characters.
|
|
BPkPsi5smJir [12 characters will be generated (uppercase, lowercase letters + digits)].
|
|
Pattern for generating uppercase ASCII characters.
|
|
SDGIOCXLERP....
|
|
Pattern for generating lowercase ASCII characters.
|
|
sdjixcownewfme...
|
|
Pattern for generating digits.
|
|
12472389729034873...
|
|
Pattern for generating special characters.
|
|
!@$@#%#$&^@%^%&^...
|
|
Pattern for random generation of characters in the desired amount.
|
|
fxo.49123
|
Addsimbol
Вставляет указанный символ через рандомное количество ОТ и ДО. Format - paired.
| Description | Macros | Result |
|---|---|---|
|
Inserts a specified character at random intervals FROM and TO.
|
|
Wo#rds# words# wo#rds#.
|
|
Inserts a space at the specified interval FROM and TO.
|
|
hfRnjr gdgTOBgf gr FBK hbgfreuhu hfygfyyyfg
|
Rotate_link
Изменяет ссылку в письме или PDF с периодичностью Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Changes the link in the email or PDF at the interval specified in the section settings.
|
|
Repeat
The tag forms content repetition. Format - paired.
| Description | Macros | Result |
|---|---|---|
|
Repeating content.
|
|
word.word.word.word.word.word. [Content will be repeated 3 to 10 times].
|
|
Repeating content from and to.
|
|
word.word.word. [Content will be repeated 1 to 4 times].
|
|
Repeating content a specific number of times.
|
|
word.word.word. [Content will be repeated 3 times].
|
Chance
The tag determines the probability of content display. Format - paired.
| Description | Macros | Result |
|---|---|---|
|
The value determines the probability of the content being displayed.
|
|
With a 50% chance, the written content will appear in the email.
|
Shuffle
The tag shuffles the content in a random order. Format - paired.
| Description | Macros | Result |
|---|---|---|
|
Shuffles content. Separates by slash.
|
|
Two.Three.One.
|
|
Shuffles content. Separates by tag.
|
|
two.one.three.
|
|
Shuffles content. Separates by space.
|
|
two three one
|
|
Shuffles content. Separates by letters. Each character is treated as a separate part, including numbers, spaces, punctuation.
|
|
leohl
|
|
Shuffles content. Separates by period.
|
|
Three. One. Two.
|
|
Shuffles content. Separates by Enter.
|
|
three
two
one
|
Encode
The tag encodes content. Format - paired.
| Description | Macros | Result |
|---|---|---|
|
The content will be encoded in base64.
|
|
0KDRg9GH0LrQsA==
|
|
The content will be encoded in quoted-printable.
|
|
=D0=A0=D1=83=D1=87=D0=BA=D0=B0
|
|
The content will be transliterated into lowercase ASCII characters. Spaces will be replaced with underscores. Charset will be ignored.
|
|
ruchka
|
Locale
The tag changes the default location. By default, all generations are done in English. However, if you are sending Russian text and need Russian generations, place this tag at the beginning of the email. The tag works in a top-down priority. Format - unpaired.
| Description | Macros | Result |
|---|---|---|
|
Generates random cohesive content, words, paragraphs, sentences. Default location.
|
|
English
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Russian
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Albanian
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Arabic
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Azerbaijani
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Danish
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
German
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Greek
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Spanish
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Finnish
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
French
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Hungarian
|
|
Generates random cohesive content, words, paragraphs, sentences.
|
|
Italian
|
Headers
Информация
| Description | Macros | Result |
|---|---|---|
|
Displays the domain from which the mailing is sent.
|
|
example.com
|
|
An unsubscribe link will be generated.
|
|
example.com
|
|
The address to which the email is sent. Works in SMTP.
|
|