contacts

Importa contatos em lote

post/v1/contacts/batch

Request body

namestring required
phonestring required
emailstring email nullable
attributesobject nullable

Example request

[
  {
    "phone": "+5511999998888"
  }
]

Response

Resultado do import

importIdstring uuid required
createdinteger required
updatedinteger required
skippedinteger required

Changes

Changed in 1 of the 4 revisions of this API.4214

  • 4e426b85f7844214See the full diff
    • the request property / became required

      request-property-became-required

    • the request property / became required

      request-property-became-required

    • added the pattern ^\+[1-9]\d{6,14}$ to the request property /

      request-property-pattern-added

    • the response's body type changed from string to object for status

      response-body-type-changed

    • the / request property's maxLength was set to 255

      request-property-max-length-set

    • the / request property's maxLength was set to 255

      request-property-max-length-set

    • api operation id batchUpsertContacts removed and replaced with importContactsBatch

      api-operation-id-removed

    • api tag contacts added

      api-tag-added

    • api tag Contacts removed

      api-tag-removed

    • the request property / became nullable

      request-property-became-nullable

    • the request property / became nullable

      request-property-became-nullable

    • the request property default value {} was removed

      request-property-default-value-removed

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog