Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 510 Bytes

File metadata and controls

22 lines (16 loc) · 510 Bytes

SendX::TrackRequest

Properties

Name Type Description Notes
add_tags Array<String> Tags to add to contact [optional]
remove_tags Array<String> Tags to remove from contact [optional]
email String Email address of the contact [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::TrackRequest.new(
  add_tags: null,
  remove_tags: null,
  email: test@example.com
)