Skip to documentation
Tomorrow Health integration

Prepare Brightree Document Uploads

Perform Prepare Brightree Document Uploads through Tomorrow Health.

View as Markdown
tomorrow_health_prepare_brightree_document_uploads
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • source_document_ids
    expression
    Source Document Ids

    Optional literal value or workflow expression.

  • raw_document_ids
    expression
    Raw Document Ids

    Optional literal value or workflow expression.

  • document_type_override
    text
    Document Type Override

    Optional text value.

Outputs

  • successSuccess
  • document_idDocument Id
  • documentsDocuments
  • document_countDocument Count
  • skipped_countSkipped Count
  • failed_countFailed Count
  • error_messageError Message

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": [
    "document_id"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "raw_document_ids": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_document_ids": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_type_override": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "success": {},
    "documents": {},
    "document_id": {},
    "failed_count": {},
    "error_message": {},
    "skipped_count": {},
    "document_count": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions