---
title: "POST /plant/webhook"
method: POST
path: "/plant/webhook"
---

# POST /plant/webhook

`POST /plant/webhook` (webhook)

Information about a new plant added to the store

## Payload

- NewPlant
  - `name` string, required — The name of the plant
  - `tag` string — Tag to specify the type
  - `id` integer, required — Identification number of the plant

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.dev/browsercash/apis/driver-api.md) · [All operations](https://skmtc.dev/browsercash/apis/driver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browsercash/driver-api/revisions/919eb7a392aa/schema)
