---
title: "Trigger a push notification for a member (Lobyco → HML → Klaviyo)"
method: POST
path: "/api/v1/lobyco/push-trigger"
tags: ["Lobyco loyalty"]
---

# Trigger a push notification for a member (Lobyco → HML → Klaviyo)

`POST /api/v1/lobyco/push-trigger`

Relays a push-notification trigger from Lobyco to HML. The body identifies the event — member (`memberId`, the bare hagarId), activity, campaign and status; HML's Klaviyo flow builds and delivers the message. Returns 202 once the trigger is queued; delivery is asynchronous.

## Request body

- PushTriggerInput
  - `memberId` string, required — Member to notify — the resolved Hagar ID (bare UUID, no `HAGAR-` prefix).
  - `activityId` string, required — Lobyco activity that triggered the notification.
  - `campaignId` string, required — Campaign the activity belongs to.
  - `status` string, required — Activity/campaign status — drives which Klaviyo flow fires.

## Response `202`

Trigger accepted and queued for HML.

## Other responses

- `400` — Invalid payload.
- `401` — Missing or invalid system token.

---

[API](https://skmtc.dev/olis/apis/oli-s-rest-endpoints.md) · [All operations](https://skmtc.dev/olis/apis/oli-s-rest-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/olis/oli-s-rest-endpoints/revisions/7f0056c996da/schema)
