---
title: "Trigger Sandbox Workflow"
method: POST
path: "/api/v1/patients/{particle_patient_id}/subscriptions/trigger-sandbox-workflow"
tags: ["Subscriptions"]
---

# Trigger Sandbox Workflow

`POST /api/v1/patients/{particle_patient_id}/subscriptions/trigger-sandbox-workflow`

## Path parameters

- `particle_patient_id` string, required

## Request body

- ApiWorkflowRequest
  - `callback_url` string — Callback URL to which messages are sent.
  - `display_name` string — A user defined name for the Notification.
  - `event_type` string — Valid Event Type values: A01, A02, A03, A04, A08 (optional, used for ADT notifications)
  - `workflow` string — Valid Workflow values: ADT, NETWORK_ALERT, NEW_ENCOUNTER_ALERT, DISCHARGE_SUMMARY_ALERT, MEDICATION_FILLS_ALERT, ADMIT_TRANSITION_ALERT, DISCHARGE_TRANSITION_ALERT, TRANSFER_TRANSITION_ALERT, AI_OUTPUTS

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/versions/5aead0b7515e/schema)
