Skip to documentation
Brightree integration

Edit Coverage Verified

Perform Edit Coverage Verified through Brightree.

View as Markdown
brightree_edit_coverage_verified
writebrightree

Inputs

  • sales_order_key
    expressionrequired
    Sales Order Key

    Required literal value or workflow expression.

  • checked
    boolean
    Checked

    Optional true-or-false value.

    Default: true

  • expected_current_wip_state
    expression
    Expected Current Wip State

    Optional literal value or workflow expression.

  • expected_current_classification
    expression
    Expected Current Classification

    Optional literal value or workflow expression.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • dry_runDry Run
  • checkedChecked
  • was_already_checkedWas Already Checked
  • sales_order_keySales Order Key
  • messageMessage
  • errorError

Output schema completeness: best_effort_declared

Safety

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

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "sales_order_key"
  ],
  "properties": {
    "checked": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "dry_run": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "sales_order_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "expected_current_wip_state": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "expected_current_classification": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "checked": {},
    "dry_run": {},
    "message": {},
    "success": {},
    "sales_order_key": {},
    "was_already_checked": {}
  },
  "additionalProperties": true
}
View all Brightree actions