17 lines
642 B
PHP
17 lines
642 B
PHP
<?php
|
|
return array(
|
|
'name' => 'email_draft_view',
|
|
'triggers' => array(
|
|
0 => 'email draft view',
|
|
1 => 'show email draft',
|
|
2 => 'view draft',
|
|
3 => 'draft full',
|
|
4 => 'email full text',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 3 https://weval-consulting.com/api/email-drafts-registry.json 2>/dev/null | python3 -c \'import json,sys; d=json.load(sys.stdin); print(json.dumps({k:v for k,v in list(d.items())[:2]}))\'',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T21:45:00+00:00',
|
|
'source' => 'opus-wire-v45-paperclip-emails-nps',
|
|
'description' => 'V45 Paperclip leads + 8 email drafts + NPS campaign ready',
|
|
);
|