Ensure Facility Document Attached
Perform Ensure Facility Document Attached through MyForms.
myforms_ensure_facility_document_attachedwrite
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
- Retry Context
retry_contextjsonOptional JSON value.
- Doc Created At
doc_created_atexpressionOptional literal value or workflow expression.
- Account Key
account_keytextrequiredRequired text value.
Default:
"soundview_intake" - Dry Run
dry_runbooleanrequiredRequired true-or-false value.
Default:
false
Outputs
successSuccessoutcomeOutcomefax_purposeFax Purposefax_attemptFax Attemptfax_submittedFax Submittedresend_requiredResend Requireddocument_idsDocument Idsfax_submitted_atFax Submitted Atdeferred_faxDeferred Faxtask_statusTask Statusattachment_readyAttachment Readyattachment_statusAttachment Statusattachment_failure_reasonAttachment Failure Reasonattached_nowAttached Nowretry_contextRetry Contextdoc_created_atDoc Created AterrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"order_id",
"account_key",
"dry_run"
],
"properties": {
"dry_run": {
"type": "boolean",
"default": false,
"description": "Required true-or-false value.",
"x-workflow-field-type": "boolean"
},
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"account_key": {
"type": "string",
"default": "soundview_intake",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"retry_context": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"doc_created_at": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"outcome": {},
"success": {},
"fax_attempt": {},
"fax_purpose": {},
"task_status": {},
"attached_now": {},
"deferred_fax": {},
"document_ids": {},
"fax_submitted": {},
"retry_context": {},
"doc_created_at": {},
"resend_required": {},
"attachment_ready": {},
"fax_submitted_at": {},
"attachment_status": {},
"attachment_failure_reason": {}
},
"additionalProperties": true
}