Send Workflow Daily Summary
Perform Send Workflow Daily Summary through GenHealth.
send_workflow_daily_summarywrite
Inputs
- Workflow Name
workflow_nametextrequiredRequired text value.
- Report Day
report_daytextOptional text value.
- Window Hours
window_hoursnumberOptional numeric value.
- Timezone
timezonetextOptional text value.
- To Emails
to_emailstextrequiredRequired text value.
- Subject
subjecttextOptional text value.
- Report Title
report_titletextOptional text value.
- Loop Node Id
loop_node_idtextOptional text value.
- Dedupe Key Fields
dedupe_key_fieldstextOptional text value.
- Links
linksjsonOptional JSON value.
- Attachment Document Id Field
attachment_document_id_fieldtextOptional text value.
- Max Attachments
max_attachmentsnumberOptional numeric value.
- Item Title
item_titletextOptional text value.
- Item Subtitle
item_subtitletextOptional text value.
- Max Items Per Section
max_items_per_sectionnumberOptional numeric value.
- Inline Max Rows
inline_max_rowsnumberOptional numeric value.
- Processed Label
processed_labeltextOptional text value.
- Skipped Label
skipped_labeltextOptional text value.
- Manual Label
manual_labeltextOptional text value.
- Node Buckets
node_bucketsjsonOptional JSON value.
- Output Path
output_pathtextOptional text value.
Outputs
successSuccessrun_countRun Countproductive_run_countProductive Run CounttotalTotalcompleted_countCompleted Countprocessed_countProcessed Countskipped_countSkipped Countaction_required_countAction Required Countunclassified_countUnclassified Countfailed_countFailed CountrecipientsRecipientssubjectSubjectreport_dayReport DayhtmlHtmloutput_pathOutput Pathemail_modeEmail Modepdf_attachedPdf Attachedattachments_attachedAttachments Attachedattachments_droppedAttachments DroppederrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"workflow_name",
"to_emails"
],
"properties": {
"links": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"subject": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"timezone": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to_emails": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"item_title": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_day": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"loop_node_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"manual_label": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"node_buckets": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"report_title": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"window_hours": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"item_subtitle": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"skipped_label": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"workflow_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"inline_max_rows": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"max_attachments": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"processed_label": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"dedupe_key_fields": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_items_per_section": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"attachment_document_id_field": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"html": {},
"error": {},
"total": {},
"subject": {},
"success": {},
"run_count": {},
"email_mode": {},
"recipients": {},
"report_day": {},
"output_path": {},
"failed_count": {},
"pdf_attached": {},
"skipped_count": {},
"completed_count": {},
"processed_count": {},
"unclassified_count": {},
"attachments_dropped": {},
"attachments_attached": {},
"productive_run_count": {},
"action_required_count": {}
},
"additionalProperties": true
}