Skip to documentation
GenHealth integration

Send Parachute → Niko Daily Activity Report

Perform Send Parachute → Niko Daily Activity Report through GenHealth.

View as Markdown
send_parachute_niko_daily_report
write

Inputs

  • intake_workflow_name
    text
    Intake Workflow Name

    Optional text value.

  • eligibility_workflow_name
    text
    Eligibility Workflow Name

    Optional text value.

  • report_day
    text
    Report Day

    Optional text value.

    Default: "yesterday"

  • window_hours
    number
    Window Hours

    Optional numeric value.

  • timezone
    text
    Timezone

    Optional text value.

    Default: "America/New_York"

  • to_emails
    textrequired
    To Emails

    Required text value.

  • cc_emails
    text
    Cc Emails

    Optional text value.

  • subject
    text
    Subject

    Optional text value.

    Default: "{report_title} — {report_day}"

  • report_title
    text
    Report Title

    Optional text value.

    Default: "Parachute → Niko daily activity"

  • client_name
    text
    Client Name

    Optional text value.

  • niko_base_url
    text
    Niko Base Url

    Optional text value.

  • send_when_empty
    boolean
    Send When Empty

    Optional true-or-false value.

    Default: "false"

  • intake_loop_node_id
    text
    Intake Loop Node Id

    Optional text value.

    Default: "loop_orders"

  • eligibility_loop_node_id
    text
    Eligibility Loop Node Id

    Optional text value.

    Default: "process_orders_loop"

  • from_email
    text
    From Email

    Optional text value.

  • gmail_group_email
    text
    Gmail Group Email

    Optional text value.

  • force_resend
    boolean
    Force Resend

    Optional true-or-false value.

    Default: "false"

  • output_path
    text
    Output Path

    Optional text value.

Outputs

  • successSuccess
  • report_dayReport Day
  • window_labelWindow Label
  • subjectSubject
  • recipientsRecipients
  • email_sentEmail Sent
  • message_idMessage Id
  • skip_reasonSkip Reason
  • output_pathOutput Path
  • intake_run_countIntake Run Count
  • eligibility_run_countEligibility Run Count
  • intake_countsIntake Counts
  • eligibility_countsEligibility Counts
  • htmlHtml
  • errorError

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
}
View all GenHealth actions