Chatwoot/app/javascript/widget/helpers/specs/campaignFixtures.js

19 lines
348 B
JavaScript
Raw Permalink Normal View History

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',
},
},
];