---
title: "Entity created"
method: POST
path: "/webhooks/entity_added"
---

# Entity created

`POST /webhooks/entity_added`

Emitted when a new entity is added.

## Request body

- object
  - `id` integer
  - `name` string
  - `entity_type` string
  - `street` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string, nullable
  - `business_email` string
  - `other_email` string

## Response `200`

Acknowledged

---

[API](https://skmtc.net/soraban/apis/soraban-private-api.md) · [All operations](https://skmtc.net/soraban/apis/soraban-private-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soraban/soraban-private-api/versions/0dfdfa10c993/schema)
