SO Verification Report
Perform SO Verification Report through GenHealth.
sales_order_verification_reportwrite
Inputs
- Results
resultstextareaOptional text value.
- Report Title
report_titletextOptional text value.
- Output Path
output_pathtextOptional text value.
- To Emails
to_emailstextOptional text value.
- Subject
subjecttextOptional text value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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",
"properties": {
"results": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"subject": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to_emails": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_title": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}