Skip to documentation
ClaimSoft integration

Send PO Upload Summary Email

Perform Send PO Upload Summary Email through ClaimSoft.

View as Markdown
claimsoft_send_po_upload_summary_email
write

Inputs

  • source_workflow_id
    workflow_select
    Source Workflow Id

    Optional selected identifier or value.

  • source_workflow_name
    text
    Source Workflow Name

    Optional text value.

  • trigger_payload
    expression
    Trigger Payload

    Optional literal value or workflow expression.

  • scheduled_run_at
    expression
    Scheduled Run At

    Optional literal value or workflow expression.

  • fallback_run_at
    expression
    Fallback Run At

    Optional literal value or workflow expression.

  • timezone
    text
    Timezone

    Optional text value.

    Default: "America/Los_Angeles"

  • lookback_hours
    number
    Lookback Hours

    Optional numeric value.

    Default: 24

  • max_source_runs
    number
    Max Source Runs

    Optional numeric value.

    Default: 500

  • to_emails
    textrequired
    To Emails

    Required text value.

  • internal_dry_run_email_domains
    text
    Internal Dry Run Email Domains

    Optional text value.

    Default: "genhealth.ai"

  • subject
    text
    Subject

    Optional text value.

  • upload_node_id
    text
    Upload Node Id

    Optional text value.

    Default: "upload_purchase_order_document"

  • purchase_order_node_id
    text
    Purchase Order Node Id

    Optional text value.

    Default: "select_purchase_order"

  • unsafe_order_number_tokens
    text
    Unsafe Order Number Tokens

    Optional text value.

    Default: "ROOT,REMAKE"

Outputs

  • successSuccess
  • statusStatus
  • successful_upload_countSuccessful Upload Count
  • order_numbersOrder Numbers
  • window_startWindow Start
  • window_endWindow End
  • emailed_toEmailed To
  • 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",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "timezone": {
      "type": "string",
      "default": "America/Los_Angeles",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "to_emails": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "lookback_hours": {
      "type": "number",
      "default": 24,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "upload_node_id": {
      "type": "string",
      "default": "upload_purchase_order_document",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "fallback_run_at": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "max_source_runs": {
      "type": "number",
      "default": 500,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "trigger_payload": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "scheduled_run_at": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_workflow_id": {
      "type": "string",
      "description": "Optional selected identifier or value.",
      "x-workflow-field-type": "workflow_select"
    },
    "source_workflow_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "purchase_order_node_id": {
      "type": "string",
      "default": "select_purchase_order",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "unsafe_order_number_tokens": {
      "type": "string",
      "default": "ROOT,REMAKE",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "internal_dry_run_email_domains": {
      "type": "string",
      "default": "genhealth.ai",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "error": {},
    "status": {},
    "success": {},
    "emailed_to": {},
    "window_end": {},
    "window_start": {},
    "order_numbers": {},
    "successful_upload_count": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions