Skip to documentation
MyForms integration

Ensure Facility Document Attached

Perform Ensure Facility Document Attached through MyForms.

View as Markdown
myforms_ensure_facility_document_attached
write

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • retry_context
    json
    Retry Context

    Optional JSON value.

  • doc_created_at
    expression
    Doc Created At

    Optional literal value or workflow expression.

  • account_key
    textrequired
    Account Key

    Required text value.

    Default: "soundview_intake"

  • dry_run
    booleanrequired
    Dry Run

    Required true-or-false value.

    Default: false

Outputs

  • successSuccess
  • outcomeOutcome
  • fax_purposeFax Purpose
  • fax_attemptFax Attempt
  • fax_submittedFax Submitted
  • resend_requiredResend Required
  • document_idsDocument Ids
  • fax_submitted_atFax Submitted At
  • deferred_faxDeferred Fax
  • task_statusTask Status
  • attachment_readyAttachment Ready
  • attachment_statusAttachment Status
  • attachment_failure_reasonAttachment Failure Reason
  • attached_nowAttached Now
  • retry_contextRetry Context
  • doc_created_atDoc Created At
  • errorError

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
}
View all MyForms actions