SAREpush
  • INTRODUCTION
  • Platform Support
  • JAVASCRIPT LIBRARY
    • Installing library on website
    • Installing library through GTM
    • Tagging a subscriber using library
    • Preview subscriber's tags in our platform.
    • Sending shopping cart events using library
  • REST API
    • Introduction
    • Retrieving a list of websites
    • Retrieving JS code for specific website
    • Creating campaign to all subscribers
    • Creating campaign to particular locations
    • Creating campaign to particular tags
    • Creating campaign to particular segments
    • Sending message to specific subscriber
    • Sending message to test subscribers
    • Retrieving a list of segments
    • Retrieving a list of locations
    • Retrieving a list of tags
    • Retrieving a list of subscribers
  • PLUGINS
    • Installing WordPress plugin
  • CAMPAIGNS
    • Delivery automation
      • Welcome notification
      • When leave website
      • When visit specific web page
      • When spend X time on specific web page
    • Delivery to audience
      • Send to all subscribers
      • Send to particular segments
      • Send to particular tags
      • Send to test segment
    • Delivery scheduling
      • Send at a particular time
      • Sent recurring
    • Message personalization
    • Message preview
    • Message time to live
    • Images and icons
  • User management
    • User Management
    • Permission table
  • Product feed
    • What is XML Product Feed?
Powered by GitBook
On this page
  1. CAMPAIGNS

Message personalization

In the following sections describe message personalization.

PreviousSent recurringNextMessage preview

Last updated 5 years ago

Notification contents such as message body, title and link can be personalized. They can be substituted with tag values for each user. Read more about tagging:

Basic message personalization

Example message title
Hello {{name}}
Example message body
We have promotion for {{last_visit_product}}
Example message url
your_shop.p?product_id={{last_visit_product_id}}

Message personalization with default values

Example message title with default value
Hello {{name|default('subscriber!')}}
Example message body with default value
We have promotion for {{last_visit_product|default('t shirts')}}
Example message url with default value
your_shop.pl?product_id={{last_visit_product_id|default(99)}}

Send message to subscriber with tag

It is obvious that not everyone will include tags. In this case, the campaign can be prepared only for subscribers who contain the tag.

Tagging a subscriber using library
Personalization example in dashboard
Personalization example with default values in dashboard
Send to particular tags