Send PO Upload Summary Email
Perform Send PO Upload Summary Email through ClaimSoft.
claimsoft_send_po_upload_summary_emailwrite
Inputs
- Source Workflow Id
source_workflow_idworkflow_selectOptional selected identifier or value.
- Source Workflow Name
source_workflow_nametextOptional text value.
- Trigger Payload
trigger_payloadexpressionOptional literal value or workflow expression.
- Scheduled Run At
scheduled_run_atexpressionOptional literal value or workflow expression.
- Fallback Run At
fallback_run_atexpressionOptional literal value or workflow expression.
- Timezone
timezonetextOptional text value.
Default:
"America/Los_Angeles" - Lookback Hours
lookback_hoursnumberOptional numeric value.
Default:
24 - Max Source Runs
max_source_runsnumberOptional numeric value.
Default:
500 - To Emails
to_emailstextrequiredRequired text value.
- Internal Dry Run Email Domains
internal_dry_run_email_domainstextOptional text value.
Default:
"genhealth.ai" - Subject
subjecttextOptional text value.
- Upload Node Id
upload_node_idtextOptional text value.
Default:
"upload_purchase_order_document" - Purchase Order Node Id
purchase_order_node_idtextOptional text value.
Default:
"select_purchase_order" - Unsafe Order Number Tokens
unsafe_order_number_tokenstextOptional text value.
Default:
"ROOT,REMAKE"
Outputs
successSuccessstatusStatussuccessful_upload_countSuccessful Upload Countorder_numbersOrder Numberswindow_startWindow Startwindow_endWindow Endemailed_toEmailed TohtmlHtmlerrorError
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
}