Chatwoot/app/javascript/widget/helpers/specs/campaignFixtures.js
2021-10-12 17:58:33 +05:30

18 lines
348 B
JavaScript

export default [
{
id: 1,
trigger_only_during_business_hours: false,
trigger_rules: {
time_on_page: 3,
url: 'https://www.chatwoot.com/pricing',
},
},
{
id: 2,
trigger_only_during_business_hours: false,
trigger_rules: {
time_on_page: 6,
url: 'https://www.chatwoot.com/about',
},
},
];