16 lines
254 B
JavaScript
16 lines
254 B
JavaScript
export default [
|
|
{
|
|
id: 1,
|
|
trigger_rules: {
|
|
time_on_page: 3,
|
|
url: 'https://www.chatwoot.com/pricing',
|
|
},
|
|
},
|
|
{
|
|
id: 2,
|
|
trigger_rules: {
|
|
time_on_page: 6,
|
|
url: 'https://www.chatwoot.com/about',
|
|
},
|
|
},
|
|
];
|