Upscribe Object
Example
{
"upscribe": {
"uuid": "upscribe_ef8cb8124e99",
"active": true,
"auto_pilot": true,
"after_submission_behaviour": "redirect",
"redirect_url": "https://mywebsite.com/thank-you",
"visibility_rules": [
"https://mywebsite.com/",
"https://mywebsite.com/blog/*",
],
"after_submission_rules": [
{
"behaviour": "close_widget",
"current_url": "https://mywebsite.com/",
"redirect_url": null
},
{
"behaviour": "redirect",
"current_url": "https://mywebsite.com/blog/*",
"redirect_url": "https://mywebsite.com/thank-you",
}
]
}
}
Last updated