# Enrollment triggers
URL: https://docs.awellhealth.com/docs/automate-with-events/enrollment-triggers

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).





Care flows can be started in several ways: through the app, the API, webhooks, bulk enrollment and more.
**Enrollment triggers** is a dedicated section in the app for seeing and managing what starts a given
care flow.

## Manual enrollment is always available [#manual-enrollment-is-always-available]

Every care flow can be triggered manually, either through
[Awell Care](/docs/automate-with-events/trigger-from-awell-care) or the Orchestration API.

This trigger is **always enabled**. It needs no setup and cannot be disabled, so every care flow has
at least one way in.

## Webhook enrollment takes an extension, an integration and a trigger [#webhook-enrollment-takes-an-extension-an-integration-and-a-trigger]

A care flow can be started by an event from a third-party system:

1. **Install the extension** for the system to listen to. See
   [Integrate with extensions](/docs/connect-systems/integrate-with-extensions).
2. **Set up an incoming webhook integration** linked to that extension.
3. **Configure the enrollment trigger**, linking the incoming webhook to it, then configure the data
   mapping and any trigger conditions.

<img alt="The Enrollment Triggers list, showing each trigger with its source, the care flow it starts, and whether it is enabled" src="__img0" />

Data mapping pulls values out of the incoming payload into
[baseline data points](/docs/design-care-flows/enrich-your-care-flow-with-baseline-data). Trigger
conditions decide which incoming events should actually start a flow, which matters because a busy
webhook will otherwise start one every time it fires.

## The other trigger types live in this section too [#the-other-trigger-types-live-in-this-section-too]

Hosted Pages links, bulk enrollment and the rest are covered here, starting from
[Before you trigger a care flow](/docs/automate-with-events/before-you-trigger-a-care-flow).

## Next steps [#next-steps]

**Next:** [Trigger a care flow from Awell Care](/docs/automate-with-events/trigger-from-awell-care),
the simplest option.
