"application": "APPLICATION_CODE",
"applications_group": "GROUP_CODE", // Can be used instead of "application".
"auth": "API_ACCESS_TOKEN",
"campaign": "CAMPAIGN_CODE", // To assign this email message to a particular campaign, add a campaign code here.
"transactionId": "6e22a9af-84e4-46e6-af16-e457a4a6e7e5", // Unique message identifier to prevent re-sending in case of network problems. Stored on the side of Pushwoosh for 1 day.
"send_date": "now", // YYYY-MM-DD HH:mm OR 'now'
"ignore_user_timezone": true, // or false
"email_template": "ERDWE-32GFR", // email template code. Copy the template code from the URL bar of the Email Templates editor page in Pushwoosh Control Panel.
"timezone": "America/New_York", // Specify to send the message according to timezone set on user's device.
"filter": "FILTER_NAME", // Send the email message to specific users meeting filter conditions.
"devices": ["email_address1", "email_address2", ..., "email_addressN"], // Specify email addresses to send targeted email messages. Not more than 1000 addresses in an array. If set, the message will only be sent to the addresses on the list. Ignored if the Application Group is used.
"use_auto_registration": true, // optional. Automatically register emails specified in ‘devices’ parameter
"users": ["userId1", "userId2", ..., "userIdN"], // If set, the email message will only be delivered to the specified user IDs (registered via /registerEmail call). Not more than 1000 user IDs in an array. If the "devices" parameter is specified, the "users" parameter will be ignored.
{"default": "Hello {firstname|CapitalizeFirst|user}."},
{"ru": "Привет, {firstname_ru|CapitalizeFirst|пользователь}."},
{"en": "Hello {firstname_en|CapitalizeFirst|user}."}
"dynamic_content_placeholders": {
}, // optional, placeholders for dynamic content instead of device tag values.
"conditions": [TAG_CONDITION1, TAG_CONDITION2, ..., TAG_CONDITIONN], // See remark below.
"from": {"name": "alice", "email": "[email protected]"}, //Specify a sender name and sender email address to replace the default "From name" and "From email" set up in application properties. Please note that "from_email" value should be previously verified for your account. "reply-to": "[email protected]" // Specify an email address to replace the default "Reply to" set up in application properties. Please note that "reply-to" value should be previously verified for your account.