Changes to Create or update a contact

POST /api/contacts.upsert

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 6 of the 25 revisions of this API.1510

  1. c9edbbd76e084
  2. bca4a43d9d4613
  3. f018ea66821744
  4. c39acad12e496
  5. 6d2b86adbdc32
  6. 384ae1bf14371

What changed

    • removed the request property contact/contact_lists

      request-property-removed

    • removed the request property contact/contact_segments

      request-property-removed

    • removed the request property contact/created_at

      request-property-removed

    • removed the request property contact/updated_at

      request-property-removed

    • added the new error enum value to the action response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property contact/contact_segments

      new-optional-request-property

    • added the new optional request property contact/full_name

      new-optional-request-property

    • added the optional property error to the response with the 200 status

      response-optional-property-added

  • f018ea66821744See the full diff
    • removed the optional property contact from the response with the 200 status

      response-optional-property-removed

    • removed the optional property error from the response with the 200 status

      response-optional-property-removed

    • added the new create enum value to the action response property for the response status 200

      response-property-enum-value-added

    • added the new update enum value to the action response property for the response status 200

      response-property-enum-value-added

    • added the optional property email to the response with the 200 status

      response-optional-property-added

    • removed the created enum value from the action response property for the response status 200

      response-property-enum-value-removed

    • removed the unchanged enum value from the action response property for the response status 200

      response-property-enum-value-removed

    • removed the updated enum value from the action response property for the response status 200

      response-property-enum-value-removed

    • removed the request property contact/last_order_at

      request-property-removed

    • removed the request property contact/lifetime_value

      request-property-removed

    • removed the request property contact/orders_count

      request-property-removed

    • removed the optional property contact/last_order_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property contact/lifetime_value from the response with the 200 status

      response-optional-property-removed

    • removed the optional property contact/orders_count from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property contact/contact_lists

      new-optional-request-property

    • added the optional property contact/contact_lists to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added