---
title: "POST /plugin-notification-requests"
method: POST
path: "/plugin-notification-requests"
tags: ["plugins"]
---

# POST /plugin-notification-requests

`POST /plugin-notification-requests`

Create a new plugin notification request.

## Request body

- PluginNotificationRequestCreate — Create a Plugin Notification Request
  - `plugin_team` string, required — The unique name for the team.
  - `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
  - `plugin_name` string, required — The unique name for the plugin.

## Response `201`

Created

- PluginNotificationRequest — Plugin Notification Request
  - `plugin_team` string, required — The unique name for the team.
  - `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
  - `plugin_name` string, required — The unique name for the plugin.
  - `created_at` string, date-time, required
  - `sent_at` string, date-time
  - `status` 'pending' | 'sent' — Status of a plugin notification request

## Other responses

- `400` — Bad request
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `422` — UnprocessableEntity
- `500` — Internal Error

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
