Last active
July 8, 2020 18:29
-
-
Save deivamagalhaes/263771dc5f6dc13d63f7c68aa895be33 to your computer and use it in GitHub Desktop.
SkyVerge Messages Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "first-test-message", // required | |
"datePublished": "2020-07-07", // required | |
"visibility": { // all optional | |
"activePlugins": [ | |
"WooCommerce Checkout Add-Ons", | |
"WooCommerce Local Pickup Plus" | |
], | |
"activeThemes": [ | |
"Storefront", | |
"Twenty Nineteen" | |
], | |
"siteLanguage": [ | |
"en_US", | |
"en_CA" | |
], | |
"storeLocation": [ | |
"US", | |
"CA" | |
], | |
"storeCurrency": [ | |
"USD", | |
"CAD" | |
], | |
"revenue": { | |
"min": 20000, | |
"max": 50000 | |
}, | |
"wpVersion": [ | |
"5.4.1", | |
"5.4.2" | |
], | |
"wcVersion": [ | |
"3.0.9", | |
"3.2" | |
], | |
"shopPageAge": { | |
"min": 1, | |
"max": 365 | |
}, | |
"userCount": { | |
"min": 100, | |
"max": 200 | |
} | |
}, | |
"expirationDate": "2020-08-01", // optional | |
"subject": "Hey!", // required | |
"body": "This is a message from the cool folks at SkyVerge" // required | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment