---
title: "Changes to Importa contatos em lote"
method: POST
path: "/v1/contacts/batch"
---

# Changes to Importa contatos em lote

`POST /v1/contacts/batch`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 4 revisions.

- **2026-05-25** `4e426b85f784` — 4 breaking, 2 warning, 14 info

## Changes

- **2026-05-25** `4e426b85f784` — 4 breaking, 2 warning, 14 info
  - the request property `items/name` became required
  - the request property `items/phone` became required
  - added the pattern `^\+[1-9]\d{6,14}$` to the request property `items/phone`
  - the response's body type changed from `string` to `object` for status `200`
  - the `items/email` request property's maxLength was set to `255`
  - the `items/name` request property's maxLength was set to `255`
  - api operation id `batchUpsertContacts` removed and replaced with `importContactsBatch`
  - api tag `contacts` added
  - api tag `Contacts` removed
  - the request property `items/attributes` became nullable
  - the request property `items/email` became nullable
  - the `attributes` request property default value `{}` was removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `422`
  - added the optional property `errors` to the response with the `200` status
  - added the required property `created` to the response with the `200` status
  - added the required property `importId` to the response with the `200` status
  - added the required property `skipped` to the response with the `200` status
  - added the required property `updated` to the response with the `200` status

---

[Operation](https://skmtc.dev/ararahq/apis/ararahq-api/docs/v1/contacts/batch/post.md) · [API](https://skmtc.dev/ararahq/apis/ararahq-api.md) · [Page](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/contacts/batch/post)
