> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/membership-management-hub/enable-checkin-alerts.md).

# How to Enable Check-In Alerts for a Member

You can subscribe to email or SMS notifications when a specific member checks in. The subscription is set up from the **membership card view page** in the Control Panel — navigate to the member's profile, scroll to Memberships, click **VIEW** on the card, and click **Notify Me by Email On Arrival** or **Notify Me by SMS On Arrival**.

Each staff member who wants to be notified must enable this individually from their own login — it is a per-staff, per-member subscription, not a system-wide setting. The member does not see or know about the subscription.

You can also subscribe to an entire membership program (all members in that program) and manage all your alert subscriptions from **View Alerts**.

***

*Last updated: 2026-06-21*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.peoplevine.com/products/control-panel-overview/membership-management-hub/enable-checkin-alerts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
