12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"action": "send_email_draft",
|
|
"request_id": "test-email-draft-001",
|
|
"args": {
|
|
"to": [
|
|
"will@example.com"
|
|
],
|
|
"subject": "Draft daily brief",
|
|
"body_text": "Here is a draft daily brief for review."
|
|
}
|
|
}
|