Skip to documentation
Dynasplint integration

Correlate And Merge Intake Document

Perform Correlate And Merge Intake Document through Dynasplint.

View as Markdown
dynasplint_merge_intake_document
write

Inputs

  • order_candidate
    json
    Order Candidate

    Optional JSON value.

  • document_id
    textrequired
    Document Id

    Required text value.

  • gmail_message_id
    textrequired
    Gmail Message Id

    Required text value.

  • attachment_sha256
    textrequired
    Attachment Sha256

    Required text value.

  • external_customer_id
    text
    External Customer Id

    Optional text value.

  • external_order_id
    text
    External Order Id

    Optional text value.

  • external_identity_evidence
    json
    External Identity Evidence

    Optional JSON value.

Outputs

  • successSuccess
  • statusStatus
  • aggregate_idAggregate Id
  • source_idSource Id
  • duplicateDuplicate
  • ready_to_verifyReady To Verify
  • blockersBlockers
  • review_reasonsReview Reasons
  • aggregate_review_reasonsAggregate Review Reasons
  • accepted_field_pathsAccepted Field Paths
  • conflicting_field_pathsConflicting Field Paths
  • external_customer_idExternal Customer Id
  • external_order_idExternal Order Id
  • approved_external_order_idApproved External Order Id
  • order_candidateOrder Candidate

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": [
    "document_id",
    "gmail_message_id",
    "attachment_sha256"
  ],
  "properties": {
    "document_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "order_candidate": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "gmail_message_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "attachment_sha256": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "external_order_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "external_customer_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "external_identity_evidence": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "status": {},
    "success": {},
    "blockers": {},
    "duplicate": {},
    "source_id": {},
    "aggregate_id": {},
    "review_reasons": {},
    "order_candidate": {},
    "ready_to_verify": {},
    "external_order_id": {},
    "accepted_field_paths": {},
    "external_customer_id": {},
    "conflicting_field_paths": {},
    "aggregate_review_reasons": {},
    "approved_external_order_id": {}
  },
  "additionalProperties": true
}
View all Dynasplint actions