Skip to documentation
Carelon Post Acute integration

Login

Perform Login through Carelon Post Acute.

View as Markdown
carelon_post_acute_login
writecarelon_post_acute

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • authenticatedAuthenticated
  • landing_pathLanding Path
  • failure_categoryFailure Category
  • 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": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "landing_path": {},
    "authenticated": {},
    "failure_category": {}
  },
  "additionalProperties": true
}
View all Carelon Post Acute actions