Skip to documentation
BCBS integration

Look Up BCBS Prefix

Perform Look Up BCBS Prefix through BCBS.

View as Markdown
bcbs_lookup_prefix
write

Inputs

  • prefix
    expressionrequired
    Prefix

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • prefixPrefix
  • stateState
  • companyCompany
  • source_urlSource Url
  • source_sha256Source Sha256
  • retrieved_atRetrieved At
  • manual_reviewManual Review
  • 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": [
    "prefix"
  ],
  "properties": {
    "prefix": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "state": {},
    "prefix": {},
    "status": {},
    "company": {},
    "success": {},
    "source_url": {},
    "retrieved_at": {},
    "manual_review": {},
    "source_sha256": {}
  },
  "additionalProperties": true
}
View all BCBS actions