Skip to documentation
WellCare integration

Save Prior Auth Draft

Perform Save Prior Auth Draft through WellCare.

View as Markdown
wellcare_save_prior_auth_draft
writewellcare

Inputs

  • request_artifact
    jsonrequired
    Request Artifact

    Required JSON value.

  • headless
    boolean
    Headless

    Optional true-or-false value.

    Default: true

  • submit_after_review
    boolean
    Submit After Review

    Optional true-or-false value.

    Default: false

  • review_only
    boolean
    Review Only

    Optional true-or-false value.

    Default: false

  • authorization_id
    expression
    Authorization Id

    Optional literal value or workflow expression.

  • link_document_id
    expression
    Link Document Id

    Optional literal value or workflow expression.

  • review_screenshot_filename_prefix
    expression
    Review Screenshot Filename Prefix

    Optional literal value or workflow expression.

  • confirmation_screenshot_filename_prefix
    expression
    Confirmation Screenshot Filename Prefix

    Optional literal value or workflow expression.

  • error_screenshot_filename_prefix
    expression
    Error Screenshot Filename Prefix

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • draft_saved_markerDraft Saved Marker
  • final_submit_attemptedFinal Submit Attempted
  • final_submit_confirmedFinal Submit Confirmed
  • reference_numberReference Number
  • reference_persistedReference Persisted
  • reached_harnessReached Harness
  • confirmation_reachedConfirmation Reached
  • confirmation_evidence_sourceConfirmation Evidence Source
  • observed_fragmentsObserved Fragments
  • view_auth_httpView Auth Http
  • review_httpReview Http
  • submit_httpSubmit Http
  • review_outcomeReview Outcome
  • duplicate_foundDuplicate Found
  • duplicate_reference_availableDuplicate Reference Available
  • review_onlyReview Only
  • review_requiredReview Required
  • review_reasonReview Reason
  • retryableRetryable
  • review_screenshot_s3_keyReview Screenshot S3 Key
  • review_screenshot_s3_uriReview Screenshot S3 Uri
  • review_screenshot_filenameReview Screenshot Filename
  • review_screenshot_sha256Review Screenshot Sha256
  • review_screenshot_content_typeReview Screenshot Content Type
  • review_screenshot_delete_source_artifact_after_uploadReview Screenshot Delete Source Artifact After Upload
  • review_screenshot_capturedReview Screenshot Captured
  • review_screenshot_errorReview Screenshot Error
  • confirmation_screenshot_s3_keyConfirmation Screenshot S3 Key
  • confirmation_screenshot_s3_uriConfirmation Screenshot S3 Uri
  • confirmation_screenshot_filenameConfirmation Screenshot Filename
  • confirmation_screenshot_sha256Confirmation Screenshot Sha256
  • confirmation_screenshot_content_typeConfirmation Screenshot Content Type
  • confirmation_screenshot_delete_source_artifact_after_uploadConfirmation Screenshot Delete Source Artifact After Upload
  • confirmation_screenshot_capturedConfirmation Screenshot Captured
  • confirmation_screenshot_errorConfirmation Screenshot Error
  • error_screenshot_s3_keyError Screenshot S3 Key
  • error_screenshot_s3_uriError Screenshot S3 Uri
  • error_screenshot_filenameError Screenshot Filename
  • error_screenshot_sha256Error Screenshot Sha256
  • error_screenshot_content_typeError Screenshot Content Type
  • error_screenshot_delete_source_artifact_after_uploadError Screenshot Delete Source Artifact After Upload
  • error_screenshot_capturedError Screenshot Captured
  • error_screenshot_errorError Screenshot Error
  • screenshot_capturedScreenshot Captured
  • screenshot_capture_modeScreenshot Capture Mode
  • screenshot_capture_stageScreenshot Capture Stage
  • screenshot_widthScreenshot Width
  • screenshot_heightScreenshot Height
  • viewport_widthViewport Width
  • viewport_heightViewport Height
  • tile_countTile Count
  • screenshot_truncatedScreenshot Truncated
  • screenshot_capture_error_typeScreenshot Capture Error Type
  • 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": [
    "request_artifact"
  ],
  "properties": {
    "headless": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "review_only": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "authorization_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "link_document_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "request_artifact": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "submit_after_review": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "error_screenshot_filename_prefix": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "review_screenshot_filename_prefix": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "confirmation_screenshot_filename_prefix": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "status": {},
    "success": {},
    "retryable": {},
    "tile_count": {},
    "review_http": {},
    "review_only": {},
    "submit_http": {},
    "review_reason": {},
    "review_outcome": {},
    "view_auth_http": {},
    "viewport_width": {},
    "duplicate_found": {},
    "reached_harness": {},
    "review_required": {},
    "viewport_height": {},
    "reference_number": {},
    "screenshot_width": {},
    "screenshot_height": {},
    "draft_saved_marker": {},
    "observed_fragments": {},
    "reference_persisted": {},
    "screenshot_captured": {},
    "confirmation_reached": {},
    "screenshot_truncated": {},
    "error_screenshot_error": {},
    "final_submit_attempted": {},
    "final_submit_confirmed": {},
    "error_screenshot_s3_key": {},
    "error_screenshot_s3_uri": {},
    "error_screenshot_sha256": {},
    "review_screenshot_error": {},
    "screenshot_capture_mode": {},
    "review_screenshot_s3_key": {},
    "review_screenshot_s3_uri": {},
    "review_screenshot_sha256": {},
    "screenshot_capture_stage": {},
    "error_screenshot_captured": {},
    "error_screenshot_filename": {},
    "review_screenshot_captured": {},
    "review_screenshot_filename": {},
    "confirmation_evidence_source": {},
    "confirmation_screenshot_error": {},
    "duplicate_reference_available": {},
    "error_screenshot_content_type": {},
    "screenshot_capture_error_type": {},
    "confirmation_screenshot_s3_key": {},
    "confirmation_screenshot_s3_uri": {},
    "confirmation_screenshot_sha256": {},
    "review_screenshot_content_type": {},
    "confirmation_screenshot_captured": {},
    "confirmation_screenshot_filename": {},
    "confirmation_screenshot_content_type": {},
    "error_screenshot_delete_source_artifact_after_upload": {},
    "review_screenshot_delete_source_artifact_after_upload": {},
    "confirmation_screenshot_delete_source_artifact_after_upload": {}
  },
  "additionalProperties": true
}
View all WellCare actions