# Ensure Brightree Session

> Perform Ensure Brightree Session through Brightree.

Source: [https://genhealth.ai/docs/workflows/integrations/brightree/brightree_ensure_session](https://genhealth.ai/docs/workflows/integrations/brightree/brightree_ensure_session)

Integration: [Brightree](https://genhealth.ai/docs/workflows/integrations/brightree.md)

- Handler: `brightree_ensure_session`

- Connection type: `brightree`

## Inputs

This action has no public inputs.

## Outputs

- `available` — Available
- `status` — Status
- `reason` — Reason
- `announcement_decision` — Announcement Decision
- `announcement_ids` — Announcement Ids
- `matched_pattern_ids` — Matched Pattern Ids
- `announcement_capture_status` — Announcement Capture Status
- `announcement_source_state_id` — Announcement Source State Id
- `announcement_page_hash` — Announcement Page Hash
- `announcement_warning_alert_sent` — Announcement Warning Alert Sent

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

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "reason": {},
    "status": {},
    "available": {},
    "announcement_ids": {},
    "matched_pattern_ids": {},
    "announcement_decision": {},
    "announcement_page_hash": {},
    "announcement_capture_status": {},
    "announcement_source_state_id": {},
    "announcement_warning_alert_sent": {}
  },
  "additionalProperties": true
}
```
