Pushwoosh
Pricing
How it works for you
Blog
Support
Search…
2.0.0
Pushwoosh Marketing Platform
What's New
Getting started
Basic concepts
Try Pushwoosh out
Start with your project
Manage projects
Projects basics
Managing projects
Application Groups
Project configuration
Test Devices
Deep Links
Subscription Prompt
The GDPR Compliance
Send messages
Push notifications
Emails
In-Apps
Customer Journey Builder
Audience
Users and devices
Tags and Segments
Events
Statistics and Analytics
Content
Rich Media
Presets
Email Templates
Account and security
Multi-login Accounts
High-Speed Delivery Setup
Two-factor Authentication
Pushwoosh SDK
iOS Push Notifications
Android Push Notifications
Web Push Notifications
Cross-platform Frameworks
Windows
Windows Phone
OS X
3rd Party Integrations
API Reference
Messages API
Presets API
Preset properties map
Device API
Tags API
Segmentation (Filters) API
User Centric API
Events API
Applications API
Campaigns API
Geozones API
App Configuration API
Email API
Test Devices API
Message Inbox API
Statistics API
Powered By
GitBook
Preset properties map
Preset property
getPreset key
createPreset key
Value examples
Preset name
preset.name
name
"20% discount"
Push title (use JSON object for multilanguage; multilanguage titles are cross-platform)
preset.title
content.title
string or object
Localized push title
preset.title.en / preset.title.fr/de/es, etc.
content.title.en / content.title.fr/de/es, etc.
"Hi there"
Push subtitle (same for all platforms)
preset.subtitle
content.subtitle
"Don't miss out"
Push content (use JSON object for multilanguage)
preset.content
content.message
string or object
Localized push content
preset.content.en / preset.content.fr/de/es, etc.
content.message.en / content.message.fr/de/es, etc.
"Get your 20% discount right now"
Preset properties
preset.properties
-
-
Target Segment name (Filter name)
preset.properties.filter_name
segmentation.filter
"Purchased something"
Send rate limit
preset.properties.send_rate
scheduling.sendRate
1000
Action to be performed by tap on a push
preset.properties.action_type
content.action.type
"deeplink", "richMedia", "url"
Code of the Rich Media to be opened by tap on a push
preset.properties.rich_media_code
content.action.options.richMediaCode
"12345-67890"
URL to be opened by tap on a push
preset.properties.url
content.action.options.url
https://example.com
Deep Link ID to open a specific page
preset.properties.deeplinkUid
content.action.options.id
"33482"
Deep Link params
-
content.action.options.params
{"param1" : "value1"}
Deep Link params
preset.properties.deeplinkParams
content.action.options.params.param1
"{\"promo_id\":\"id\"}"
Custom data
preset.properties.userdata
content.userData
{"key" : "value"}
iOS badge
preset.properties.ios_badge
content.platforms.ios.badge
"0"
iOS mute
preset.properties.ios_sound_off
content.platforms.ios.soundOff
true/false
iOS custom sound
preset.properties.ios_sound
content.platforms.ios.sound
"bubble.wav"
iOS Time-to-Live
preset.properties.ios_ttl
content.platforms.ios.ttl
43200
API Reference - Previous
Presets API
Next - API Reference
Device API
Last modified
5mo ago
Copy link