Skip to documentation
ClaimSoft integration

Ensure Order Correlation Comment

Perform Ensure Order Correlation Comment through ClaimSoft.

View as Markdown
claimsoft_ensure_order_correlation_comment
writeclaimsoft

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • correlation_token
    textrequired
    Correlation Token

    Required text value.

Outputs

  • successSuccess
  • order_idOrder Id
  • comment_idComment Id
  • createdCreated
  • errorError
  • error_kindError Kind

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": [
    "order_id",
    "correlation_token"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "correlation_token": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "created": {},
    "success": {},
    "order_id": {},
    "comment_id": {},
    "error_kind": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions