Send Daily Intake Report
Perform Send Daily Intake Report through Tomorrow Health.
tomorrow_health_send_daily_intake_reportwritetomorrow_health
Inputs
- To
totextrequiredRequired text value.
- Cc
cctextOptional text value.
- Report Date
report_datetextOptional text value.
- Timezone
timezonetextOptional text value.
- From Email
from_emailtextOptional text value.
- Workflow Name
workflow_nametextrequiredRequired text value.
- Eligibility Workflow Name
eligibility_workflow_nametextOptional text value.
- Additional Documents Workflow Name
additional_documents_workflow_nametextOptional text value.
- Cmn Workflow Name
cmn_workflow_nametextOptional text value.
- Outbound Cmn Workflow Name
outbound_cmn_workflow_nametextOptional text value.
- Unassigned Cmn Faxes
unassigned_cmn_faxesjsonOptional JSON value.
- Subject Prefix
subject_prefixtextOptional text value.
- Report Title
report_titletextOptional text value.
- Client Name
client_nametextOptional text value.
- Empty Message
empty_messagetextOptional text value.
- Supplier Id
supplier_idtextOptional text value.
- Brightree Tenant
brightree_tenanttextOptional text value.
- Brightree Patient Url Template
brightree_patient_url_templatetextOptional text value.
Outputs
successSuccessmessage_idMessage IdrecipientsRecipientssubjectSubjectreport_dateReport Dateorder_countOrder Counteligibility_countEligibility Countcmn_countCmn Countcmn_completed_countCmn Completed Countcmn_review_countCmn Review Countcmn_unassigned_countCmn Unassigned Countcmn_snapshot_availableCmn Snapshot AvailablehtmlHtmlerrorError
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
}