---
title: "Create Interaction Notification"
method: POST
path: "/provider/interactions/{interaction_id}/notifications"
tags: ["InteractionNotifications"]
---

# Create Interaction Notification

`POST /provider/interactions/{interaction_id}/notifications`

## Path parameters

- `interaction_id` string, required

## Request body

- ProviderInteractionsNotificationsControllerCreateBody
  - `title` string — The title of the interaction notification.

## Response `200`

Successful response

- PublicInteractionNotificationBlueprintOne
  - `id` string
  - `title` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
