Skip to documentation
Bonafide integration

List Source of Business Options

Perform List Source of Business Options through Bonafide.

View as Markdown
bonafide_list_source_of_businesses
readbonafide

Inputs

  • query
    expression
    Query

    Optional literal value or workflow expression.

  • source_type
    expression
    Source Type

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • optionsOptions
  • total_countTotal Count
  • messageMessage
  • errorError
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_type": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "message": {},
    "options": {},
    "success": {},
    "total_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all Bonafide actions