Skip to documentation
Brightree integration

Edit Delivery Dates

Perform Edit Delivery Dates through Brightree.

View as Markdown
brightree_edit_delivery_dates
writebrightree

Inputs

  • sales_order_key
    expression
    Sales Order Key

    Optional literal value or workflow expression.

  • scheduled_date
    text
    Scheduled Date

    Optional text value.

  • actual_date
    text
    Actual Date

    Optional text value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

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",
  "properties": {
    "actual_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "scheduled_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "sales_order_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all Brightree actions