18 lines
709 B
PHP
18 lines
709 B
PHP
<?php
|
|
return array(
|
|
'name' => 'email_drafts_list',
|
|
'triggers' => array(
|
|
0 => 'email drafts list',
|
|
1 => 'email drafts',
|
|
2 => 'drafts list',
|
|
3 => 'drafts emails',
|
|
4 => 'outreach drafts',
|
|
5 => '8 email drafts',
|
|
),
|
|
'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({slug: {"to":v["to"],"subject":v["subject"][:80]} for slug,v in d.items()}))\'',
|
|
'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',
|
|
);
|