mirror of
https://github.com/devcode-it/rocketchat-auto-messages
synced 2025-06-05 21:59:21 +02:00
16 lines
345 B
PHP
16 lines
345 B
PHP
<?php
|
|
|
|
$users = [
|
|
'user1' => [
|
|
'webhook' => 'https://rocketchat.instance.com/hooks/token',
|
|
'year' => '*',
|
|
'month' => '*',
|
|
'day' => '*',
|
|
'hour' => '*',
|
|
'minute' => '*',
|
|
'daysOfWeek'=> '1,6',
|
|
'message' => [
|
|
"text" => "Hello!"
|
|
]
|
|
]
|
|
]; |