Look Up BCBS Prefix
Perform Look Up BCBS Prefix through BCBS.
bcbs_lookup_prefixwrite
Inputs
- Prefix
prefixexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessstatusStatusprefixPrefixstateStatecompanyCompanysource_urlSource Urlsource_sha256Source Sha256retrieved_atRetrieved Atmanual_reviewManual ReviewerrorError
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
}