Send Parachute → Niko Daily Activity Report
Perform Send Parachute → Niko Daily Activity Report through GenHealth.
send_parachute_niko_daily_reportInputs
- Intake Workflow Name
intake_workflow_nametextOptional text value.
- Eligibility Workflow Name
eligibility_workflow_nametextOptional text value.
- Report Day
report_daytextOptional text value.
Default:
"yesterday" - Window Hours
window_hoursnumberOptional numeric value.
- Timezone
timezonetextOptional text value.
Default:
"America/New_York" - To Emails
to_emailstextrequiredRequired text value.
- Cc Emails
cc_emailstextOptional text value.
- Subject
subjecttextOptional text value.
Default:
"{report_title} — {report_day}" - Report Title
report_titletextOptional text value.
Default:
"Parachute → Niko daily activity" - Client Name
client_nametextOptional text value.
- Niko Base Url
niko_base_urltextOptional text value.
- Send When Empty
send_when_emptybooleanOptional true-or-false value.
Default:
"false" - Intake Loop Node Id
intake_loop_node_idtextOptional text value.
Default:
"loop_orders" - Eligibility Loop Node Id
eligibility_loop_node_idtextOptional text value.
Default:
"process_orders_loop" - From Email
from_emailtextOptional text value.
- Gmail Group Email
gmail_group_emailtextOptional text value.
- Force Resend
force_resendbooleanOptional true-or-false value.
Default:
"false" - Output Path
output_pathtextOptional text value.
Outputs
successSuccessreport_dayReport Daywindow_labelWindow LabelsubjectSubjectrecipientsRecipientsemail_sentEmail Sentmessage_idMessage Idskip_reasonSkip Reasonoutput_pathOutput Pathintake_run_countIntake Run Counteligibility_run_countEligibility Run Countintake_countsIntake Countseligibility_countsEligibility CountshtmlHtmlerrorError
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": [
"to_emails"
],
"properties": {
"subject": {
"type": "string",
"default": "{report_title} — {report_day}",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"timezone": {
"type": "string",
"default": "America/New_York",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"cc_emails": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to_emails": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"from_email": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_day": {
"type": "string",
"default": "yesterday",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"client_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"force_resend": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"report_title": {
"type": "string",
"default": "Parachute → Niko daily activity",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"window_hours": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"niko_base_url": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"send_when_empty": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"gmail_group_email": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"intake_loop_node_id": {
"type": "string",
"default": "loop_orders",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"intake_workflow_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"eligibility_loop_node_id": {
"type": "string",
"default": "process_orders_loop",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"eligibility_workflow_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"html": {},
"error": {},
"subject": {},
"success": {},
"email_sent": {},
"message_id": {},
"recipients": {},
"report_day": {},
"output_path": {},
"skip_reason": {},
"window_label": {},
"intake_counts": {},
"intake_run_count": {},
"eligibility_counts": {},
"eligibility_run_count": {}
},
"additionalProperties": true
}