2021-05-17 16:08:35 +00:00
|
|
|
export default [
|
|
|
|
{
|
|
|
|
id: 1,
|
2021-10-12 12:28:33 +00:00
|
|
|
trigger_only_during_business_hours: false,
|
2021-05-17 16:08:35 +00:00
|
|
|
trigger_rules: {
|
|
|
|
time_on_page: 3,
|
|
|
|
url: 'https://www.chatwoot.com/pricing',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 2,
|
2021-10-12 12:28:33 +00:00
|
|
|
trigger_only_during_business_hours: false,
|
2021-05-17 16:08:35 +00:00
|
|
|
trigger_rules: {
|
|
|
|
time_on_page: 6,
|
|
|
|
url: 'https://www.chatwoot.com/about',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
];
|