Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 867 Bytes

File metadata and controls

24 lines (18 loc) · 867 Bytes

MergeCRMClient::EmailAddressRequest

Properties

Name Type Description Notes
email_address String The email address. [optional]
email_address_type String The email address's type. [optional]
integration_params Hash<String, AnyType> [optional]
linked_account_params Hash<String, AnyType> [optional]

Example

require 'merge_crm_client'

instance = MergeCRMClient::EmailAddressRequest.new(
  email_address: merge_is_hiring@merge.dev,
  email_address_type: Work,
  integration_params: {&quot;unique_integration_field&quot;:&quot;unique_integration_field_value&quot;},
  linked_account_params: {&quot;unique_linked_account_field&quot;:&quot;unique_linked_account_field_value&quot;}
)