---
title: "Add a new contact"
method: POST
path: "/contacts"
tags: ["contacts"]
---

# Add a new contact

`POST /contacts`

Add a new contact

## Request body

- AddContact
  - `url` string, required — Url of the contact
  - `email` string — Email address of the contact
  - `name` string, required — Name of the contact
  - `position` string — Position of the contact
  - `social_facebook` string — Link to facebook profile
  - `social_twitter` string — Link to twitter profile
  - `phonenumber` string — Phone number of the contact

## Response `201`

Succesfully added a new contact

- Contact
  - `id` string — UUID of contact
  - `url` string — Url of the contact
  - `email` string — Email address of the contact
  - `name` string — Name of the contact
  - `position` string — Position of the contact
  - `social_facebook` string — Link to facebook profile
  - `social_twitter` string — Link to twitter profile
  - `phonenumber` string — Phone number of the contact
  - `created` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
  - `updated` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
  - `flagged` boolean — Should this content be reivewed?

---

[API](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api.md) · [All operations](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/london-borough-of-hackney/lbh-col-directory-of-services-gateway-api/revisions/eb9745a84cde/schema)
