---
title: "Send a notification of an event to a person"
method: POST
path: "/api/persons/{personId}/notify"
tags: ["person-controller"]
---

# Send a notification of an event to a person

`POST /api/persons/{personId}/notify`

Notify a person of an event with an email and/or push notification.

## Path parameters

- `personId` string, required

## Headers

- `accept-language` string

## Request body

- PersonNotification
  - `channels` string[]
  - `emailFooter` string
  - `emailSubject` string
  - `note` string
  - `params` object
  - `secureContent` string
  - `sourceId` string
  - `sourceName` string
  - `type` string

## Response `201`

Created

- MessageMessageSourceWithCodeView
  - `accessPolicy` AccessPolicyMessageSourceWithCodeView
  - `availableToDestination` boolean
  - `code` string
  - `createdDtm` TimestampMessageSourceWithCodeView
  - `destId` string
  - `destName` string
  - `destType` 'CREDENTIAL_PROVIDER' | 'PERSON' | 'SERVICE_PROVIDER' | 'SYSTEM'
  - `emailTo` string
  - `expiringDtm` TimestampMessageSourceWithCodeView
  - `footer` string
  - `id` string
  - `info` MessageInfoMessageSourceWithCodeView
  - `lastUpdatedDtm` TimestampMessageSourceWithCodeView
  - `notBeforeDtm` TimestampMessageSourceWithCodeView
  - `note` string
  - `previousMessageId` string
  - `readCount` integer
  - `secureContent` string
  - `sourceId` string
  - `sourceInfo` SourceInfoMessageSourceWithCodeView
  - `sourceName` string
  - `sourceType` 'CREDENTIAL_PROVIDER' | 'PERSON' | 'SERVICE_PROVIDER' | 'SYSTEM'
  - `status` 'ACTIVE' | 'ASSOC_REQ_ACCEPTED' | 'ASSOC_REQ_DECLINED' | 'DELETED' | 'EXPIRED' | 'INVITE_ACCEPTED' | 'INVITE_DECLINED' | 'NOT_SENT' | 'PENDING'
  - `subject` string
  - `type` 'ASSOCIATION_REQUEST' | 'CREDENTIAL' | 'INVITATION' | 'NOTICE' | 'PERSON_NOTIFICATION'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
