---
title: "Changes to Create Contacts"
method: POST
path: "/crm/contacts"
---

# Changes to Create Contacts

`POST /crm/contacts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 6 breaking, 6 info
- **2024-08-05** `ca0fa45ebd05` — 4 breaking, 8 warning, 8 info
- **2024-08-05** `ca213ae36b7f` — 32 breaking, 23 info
- **2024-08-05** `167edd5346ec` — 24 breaking, 5 info
- **2024-08-03** `9d25bd589fe9` — 32 breaking, 22 info
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 6 breaking, 6 info
  - removed the enum value `MOBILE` of the request property `phone_numbers/items/phone_type`
  - removed the enum value `PERSONAL` of the request property `addresses/items/address_type`
  - removed the enum value `PERSONAL` of the request property `email_addresses/items/email_address_type`
  - removed the enum value `WORK` of the request property `addresses/items/address_type`
  - removed the enum value `WORK` of the request property `email_addresses/items/email_address_type`
  - removed the enum value `WORK` of the request property `phone_numbers/items/phone_type`
  - removed the `MOBILE` enum value from the `phone_numbers/items/phone_type` response property for the response status `201`
  - removed the `PERSONAL` enum value from the `addresses/items/address_type` response property for the response status `201`
  - removed the `PERSONAL` enum value from the `email_addresses/items/email_address_type` response property for the response status `201`
  - removed the `WORK` enum value from the `addresses/items/address_type` response property for the response status `201`
  - removed the `WORK` enum value from the `email_addresses/items/email_address_type` response property for the response status `201`
  - removed the `WORK` enum value from the `phone_numbers/items/phone_type` response property for the response status `201`
- **2024-08-05** `ca0fa45ebd05` — 4 breaking, 8 warning, 8 info
  - request property `addresses/items/address_type` was restricted to a list of enum values
  - request property `email_addresses/items/email_address_type` was restricted to a list of enum values
  - request property `email_addresses/items/owner_type` was restricted to a list of enum values
  - request property `phone_numbers/items/phone_type` was restricted to a list of enum values
  - added the new `COMPANY` enum value to the `email_addresses/items/owner_type` response property for the response status `201`
  - added the new `CONTACT` enum value to the `email_addresses/items/owner_type` response property for the response status `201`
  - added the new `MOBILE` enum value to the `phone_numbers/items/phone_type` response property for the response status `201`
  - added the new `PERSONAL` enum value to the `addresses/items/address_type` response property for the response status `201`
  - added the new `PERSONAL` enum value to the `email_addresses/items/email_address_type` response property for the response status `201`
  - added the new `WORK` enum value to the `addresses/items/address_type` response property for the response status `201`
  - added the new `WORK` enum value to the `email_addresses/items/email_address_type` response property for the response status `201`
  - added the new `WORK` enum value to the `phone_numbers/items/phone_type` response property for the response status `201`
  - added the new `COMPANY` enum value to the request property `email_addresses/items/owner_type`
  - added the new `CONTACT` enum value to the request property `email_addresses/items/owner_type`
  - added the new `MOBILE` enum value to the request property `phone_numbers/items/phone_type`
  - added the new `PERSONAL` enum value to the request property `addresses/items/address_type`
  - added the new `PERSONAL` enum value to the request property `email_addresses/items/email_address_type`
  - added the new `WORK` enum value to the request property `addresses/items/address_type`
  - added the new `WORK` enum value to the request property `email_addresses/items/email_address_type`
  - added the new `WORK` enum value to the request property `phone_numbers/items/phone_type`
- **2024-08-05** `ca213ae36b7f` — 32 breaking, 23 info
  - the response property `addresses` became nullable for the status `201`
  - the response property `addresses/items/address_type` became nullable for the status `201`
  - the response property `addresses/items/city` became nullable for the status `201`
  - the response property `addresses/items/country` became nullable for the status `201`
  - the response property `addresses/items/owner_type` became nullable for the status `201`
  - the response property `addresses/items/postal_code` became nullable for the status `201`
  - the response property `addresses/items/state` became nullable for the status `201`
  - the response property `addresses/items/street_1` became nullable for the status `201`
  - the response property `addresses/items/street_2` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `email_addresses` became nullable for the status `201`
  - the response property `email_addresses/items/email_address` became nullable for the status `201`
  - the response property `email_addresses/items/email_address_type` became nullable for the status `201`
  - the response property `email_addresses/items/owner_type` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `first_name` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `last_name` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `phone_numbers` became nullable for the status `201`
  - the response property `phone_numbers/items/owner_type` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_number` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_type` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the endpoint scheme security `bearer` was removed from the API
  - the request property `addresses` became nullable
  - the request property `addresses/items/address_type` became nullable
  - the request property `addresses/items/city` became nullable
  - the request property `addresses/items/country` became nullable
  - the request property `addresses/items/owner_type` became nullable
  - the request property `addresses/items/postal_code` became nullable
  - the request property `addresses/items/state` became nullable
  - …15 more
- **2024-08-05** `167edd5346ec` — 24 breaking, 5 info
  - the request property `addresses` became not nullable
  - the request property `addresses/items/address_type` became not nullable
  - the request property `addresses/items/city` became not nullable
  - the request property `addresses/items/country` became not nullable
  - the request property `addresses/items/owner_type` became not nullable
  - the request property `addresses/items/postal_code` became not nullable
  - the request property `addresses/items/state` became not nullable
  - the request property `addresses/items/street_1` became not nullable
  - the request property `addresses/items/street_2` became not nullable
  - the request property `email_addresses` became not nullable
  - the request property `email_addresses/items/email_address` became not nullable
  - the request property `email_addresses/items/email_address_type` became not nullable
  - the request property `email_addresses/items/owner_type` became not nullable
  - the request property `field_mappings` became not nullable
  - the request property `first_name` became not nullable
  - the request property `last_name` became not nullable
  - the request property `phone_numbers` became not nullable
  - the request property `phone_numbers/items/owner_type` became not nullable
  - the request property `phone_numbers/items/phone_number` became not nullable
  - the request property `phone_numbers/items/phone_type` became not nullable
  - the request property `user_id` became not nullable
  - the request property `field_mappings` became required
  - the `created_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the `modified_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `201`
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `201`
  - the response property `field_mappings` became required for the status `201`
  - the response property `modified_at` became required for the status `201`
  - the response property `remote_data` became required for the status `201`
- **2024-08-03** `9d25bd589fe9` — 32 breaking, 22 info
  - the response property `addresses` became nullable for the status `201`
  - the response property `addresses/items/address_type` became nullable for the status `201`
  - the response property `addresses/items/city` became nullable for the status `201`
  - the response property `addresses/items/country` became nullable for the status `201`
  - the response property `addresses/items/owner_type` became nullable for the status `201`
  - the response property `addresses/items/postal_code` became nullable for the status `201`
  - the response property `addresses/items/state` became nullable for the status `201`
  - the response property `addresses/items/street_1` became nullable for the status `201`
  - the response property `addresses/items/street_2` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `email_addresses` became nullable for the status `201`
  - the response property `email_addresses/items/email_address` became nullable for the status `201`
  - the response property `email_addresses/items/email_address_type` became nullable for the status `201`
  - the response property `email_addresses/items/owner_type` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `first_name` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `last_name` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `phone_numbers` became nullable for the status `201`
  - the response property `phone_numbers/items/owner_type` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_number` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_type` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `201`
  - the request property `addresses` became nullable
  - the request property `addresses/items/address_type` became nullable
  - the request property `addresses/items/city` became nullable
  - the request property `addresses/items/country` became nullable
  - the request property `addresses/items/owner_type` became nullable
  - the request property `addresses/items/postal_code` became nullable
  - the request property `addresses/items/state` became nullable
  - the request property `addresses/items/street_1` became nullable
  - …14 more
- **2024-08-01** `414c3e999e0b` — 1 info
  - the endpoint scheme security `bearer` was removed from the API

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/crm/contacts/post.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/crm/contacts/post)
