mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
19 lines
348 B
JavaScript
19 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',
|
|
},
|
|
},
|
|
];
|