Skip to documentation
NikoHealth integration

Activate Insurance

Perform Activate Insurance through NikoHealth.

View as Markdown
nikohealth_activate_insurance
writenikohealth

Inputs

  • insurance_id
    textrequired
    Insurance Id

    Required text value.

Outputs

  • successSuccess
  • 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",
  "required": [
    "insurance_id"
  ],
  "properties": {
    "insurance_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions