Save Prior Auth Draft
Perform Save Prior Auth Draft through WellCare.
wellcare_save_prior_auth_draftwritewellcare
Inputs
- Request Artifact
request_artifactjsonrequiredRequired JSON value.
- Headless
headlessbooleanOptional true-or-false value.
Default:
true - Submit After Review
submit_after_reviewbooleanOptional true-or-false value.
Default:
false - Review Only
review_onlybooleanOptional true-or-false value.
Default:
false - Authorization Id
authorization_idexpressionOptional literal value or workflow expression.
- Link Document Id
link_document_idexpressionOptional literal value or workflow expression.
- Review Screenshot Filename Prefix
review_screenshot_filename_prefixexpressionOptional literal value or workflow expression.
- Confirmation Screenshot Filename Prefix
confirmation_screenshot_filename_prefixexpressionOptional literal value or workflow expression.
- Error Screenshot Filename Prefix
error_screenshot_filename_prefixexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusdraft_saved_markerDraft Saved Markerfinal_submit_attemptedFinal Submit Attemptedfinal_submit_confirmedFinal Submit Confirmedreference_numberReference Numberreference_persistedReference Persistedreached_harnessReached Harnessconfirmation_reachedConfirmation Reachedconfirmation_evidence_sourceConfirmation Evidence Sourceobserved_fragmentsObserved Fragmentsview_auth_httpView Auth Httpreview_httpReview Httpsubmit_httpSubmit Httpreview_outcomeReview Outcomeduplicate_foundDuplicate Foundduplicate_reference_availableDuplicate Reference Availablereview_onlyReview Onlyreview_requiredReview Requiredreview_reasonReview ReasonretryableRetryablereview_screenshot_s3_keyReview Screenshot S3 Keyreview_screenshot_s3_uriReview Screenshot S3 Urireview_screenshot_filenameReview Screenshot Filenamereview_screenshot_sha256Review Screenshot Sha256review_screenshot_content_typeReview Screenshot Content Typereview_screenshot_delete_source_artifact_after_uploadReview Screenshot Delete Source Artifact After Uploadreview_screenshot_capturedReview Screenshot Capturedreview_screenshot_errorReview Screenshot Errorconfirmation_screenshot_s3_keyConfirmation Screenshot S3 Keyconfirmation_screenshot_s3_uriConfirmation Screenshot S3 Uriconfirmation_screenshot_filenameConfirmation Screenshot Filenameconfirmation_screenshot_sha256Confirmation Screenshot Sha256confirmation_screenshot_content_typeConfirmation Screenshot Content Typeconfirmation_screenshot_delete_source_artifact_after_uploadConfirmation Screenshot Delete Source Artifact After Uploadconfirmation_screenshot_capturedConfirmation Screenshot Capturedconfirmation_screenshot_errorConfirmation Screenshot Errorerror_screenshot_s3_keyError Screenshot S3 Keyerror_screenshot_s3_uriError Screenshot S3 Urierror_screenshot_filenameError Screenshot Filenameerror_screenshot_sha256Error Screenshot Sha256error_screenshot_content_typeError Screenshot Content Typeerror_screenshot_delete_source_artifact_after_uploadError Screenshot Delete Source Artifact After Uploaderror_screenshot_capturedError Screenshot Capturederror_screenshot_errorError Screenshot Errorscreenshot_capturedScreenshot Capturedscreenshot_capture_modeScreenshot Capture Modescreenshot_capture_stageScreenshot Capture Stagescreenshot_widthScreenshot Widthscreenshot_heightScreenshot Heightviewport_widthViewport Widthviewport_heightViewport Heighttile_countTile Countscreenshot_truncatedScreenshot Truncatedscreenshot_capture_error_typeScreenshot Capture Error TypeerrorError
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
}