# Mark Template Schedule Audit Summary Sent

> Perform Mark Template Schedule Audit Summary Sent through Brightree.

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

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

- Handler: `brightree_mark_template_schedule_audit_summary_sent`

- Connection type: `brightree`

## Inputs

- `cycle_id` — Cycle Id (expression, required)
  Required literal value or workflow expression.

## Outputs

- `success` — Success
- `cycle_id` — Cycle Id
- `completed` — Completed
- `should_send_summary` — Should Send Summary
- `cycle_status` — Cycle Status
- `message` — Message
- `error` — Error

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",
  "required": [
    "cycle_id"
  ],
  "properties": {
    "cycle_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "message": {},
    "success": {},
    "cycle_id": {},
    "completed": {},
    "cycle_status": {},
    "should_send_summary": {}
  },
  "additionalProperties": true
}
```
