Skip to content

Instantly share code, notes, and snippets.

@deivamagalhaes
Last active July 8, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deivamagalhaes/263771dc5f6dc13d63f7c68aa895be33 to your computer and use it in GitHub Desktop.
Save deivamagalhaes/263771dc5f6dc13d63f7c68aa895be33 to your computer and use it in GitHub Desktop.
SkyVerge Messages Sample
[
{
"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