---
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

- Property
  - `first_name` string — First name of the property owner
  - `last_name` string — Last name of the property owner
  - `street_address` string, required — Street address of the property
  - `city` string, required — City of the property
  - `state` string, required — State of the property
  - `zip_code` string, required — Zip code of the property

## Acknowledgement `200`

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

---

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