Skip to documentation
Tomorrow Health integration

Send Daily Intake Report

Perform Send Daily Intake Report through Tomorrow Health.

View as Markdown
tomorrow_health_send_daily_intake_report
writetomorrow_health

Inputs

  • to
    textrequired
    To

    Required text value.

  • cc
    text
    Cc

    Optional text value.

  • report_date
    text
    Report Date

    Optional text value.

  • timezone
    text
    Timezone

    Optional text value.

  • from_email
    text
    From Email

    Optional text value.

  • workflow_name
    textrequired
    Workflow Name

    Required text value.

  • eligibility_workflow_name
    text
    Eligibility Workflow Name

    Optional text value.

  • additional_documents_workflow_name
    text
    Additional Documents Workflow Name

    Optional text value.

  • cmn_workflow_name
    text
    Cmn Workflow Name

    Optional text value.

  • outbound_cmn_workflow_name
    text
    Outbound Cmn Workflow Name

    Optional text value.

  • unassigned_cmn_faxes
    json
    Unassigned Cmn Faxes

    Optional JSON value.

  • subject_prefix
    text
    Subject Prefix

    Optional text value.

  • report_title
    text
    Report Title

    Optional text value.

  • client_name
    text
    Client Name

    Optional text value.

  • empty_message
    text
    Empty Message

    Optional text value.

  • supplier_id
    text
    Supplier Id

    Optional text value.

  • brightree_tenant
    text
    Brightree Tenant

    Optional text value.

  • brightree_patient_url_template
    text
    Brightree Patient Url Template

    Optional text value.

Outputs

  • successSuccess
  • message_idMessage Id
  • recipientsRecipients
  • subjectSubject
  • report_dateReport Date
  • order_countOrder Count
  • eligibility_countEligibility Count
  • cmn_countCmn Count
  • cmn_completed_countCmn Completed Count
  • cmn_review_countCmn Review Count
  • cmn_unassigned_countCmn Unassigned Count
  • cmn_snapshot_availableCmn Snapshot Available
  • 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",
    "workflow_name"
  ],
  "properties": {
    "cc": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "to": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "timezone": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "from_email": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "client_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "supplier_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_title": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "empty_message": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "workflow_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "subject_prefix": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "brightree_tenant": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "cmn_workflow_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "unassigned_cmn_faxes": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "eligibility_workflow_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "outbound_cmn_workflow_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "brightree_patient_url_template": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "additional_documents_workflow_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "error": {},
    "subject": {},
    "success": {},
    "cmn_count": {},
    "message_id": {},
    "recipients": {},
    "order_count": {},
    "report_date": {},
    "cmn_review_count": {},
    "eligibility_count": {},
    "cmn_completed_count": {},
    "cmn_unassigned_count": {},
    "cmn_snapshot_available": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions