Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 831 Bytes

File metadata and controls

28 lines (22 loc) · 831 Bytes

Zernio::BulkCreateContactsRequestContactsInner

Properties

Name Type Description Notes
name String
platform_identifier String Required when the top-level accountId is set (channel mode). A row missing it in that mode is rejected individually and reported in errors[], not a 400 for the whole import. [optional]
display_identifier String [optional]
email String [optional]
company String [optional]
tags Array<String> [optional]

Example

require 'zernio-sdk'

instance = Zernio::BulkCreateContactsRequestContactsInner.new(
  name: null,
  platform_identifier: null,
  display_identifier: null,
  email: null,
  company: null,
  tags: null
)