16 lines
514 B
PHP
16 lines
514 B
PHP
<?php
|
|
return array(
|
|
'name' => 'wire_liveops_allhub',
|
|
'triggers' => array(
|
|
0 => 'wire liveops allhub',
|
|
1 => 'ajoute live ops all ia hub',
|
|
2 => 'cable live ops all-ia-hub',
|
|
3 => 'live ops dans all hub',
|
|
),
|
|
'cmd' => 'curl -sk "https://weval-consulting.com/api/wevia-autowire-trigger.php?action=apply-preset&preset=live-ops-in-all-ia-hub"',
|
|
'status' => 'EXECUTED',
|
|
'source' => 'opus-doctrine-148',
|
|
'priority_tier' => '00',
|
|
'description' => 'Applique preset live-ops-in-all-ia-hub.',
|
|
);
|