# <a id="bitdrift.public.unary.admin.v1.WorkflowAlertTest"></a>WorkflowAlertTest

**Source definition:** [`src/bitdrift/public/unary/admin/v1/notifications.proto#L158-L164`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/admin/v1/notifications.proto#L158-L164>)

Describes a workflow alert notification to send as a test.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| workflow_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | Workflow ID used to build links in the test notification. |

</section>
<p class="h4">Example</p>
```json
{
  "workflow_id": "checkout-errors"
}
```

