Skip to documentation
Consignment Intake integration

Resolve Consignment Salesperson

Perform Resolve Consignment Salesperson through Consignment Intake.

View as Markdown
resolve_consignment_salesperson
write

Inputs

  • email_body_salesperson_label
    expression
    Email Body Salesperson Label

    Optional literal value or workflow expression.

  • provider_name
    expression
    Provider Name

    Optional literal value or workflow expression.

  • referral_source_name
    expression
    Referral Source Name

    Optional literal value or workflow expression.

  • clinic_name
    expression
    Clinic Name

    Optional literal value or workflow expression.

  • npi
    expression
    Npi

    Optional literal value or workflow expression.

  • explicit_salesperson_label
    expression
    Explicit Salesperson Label

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • resolvedResolved
  • salesperson_nameSalesperson Name
  • salesperson_idSalesperson Id
  • mapping_idMapping Id
  • matched_key_typeMatched Key Type
  • match_typeMatch Type
  • review_requiredReview Required
  • review_reasonReview Reason
  • errorError

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",
  "properties": {
    "npi": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "clinic_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "provider_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "referral_source_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "explicit_salesperson_label": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "email_body_salesperson_label": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "resolved": {},
    "mapping_id": {},
    "match_type": {},
    "review_reason": {},
    "salesperson_id": {},
    "review_required": {},
    "matched_key_type": {},
    "salesperson_name": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions