MergeCRMClient::EngagementRequest
Name
Type
Description
Notes
owner
String
The engagement's owner.
[optional]
content
String
The engagement's content.
[optional]
subject
String
The engagement's subject.
[optional]
direction
DirectionEnum
The engagement's direction. * `INBOUND` - INBOUND * `OUTBOUND` - OUTBOUND
[optional]
engagement_type
String
The engagement type of the engagement.
[optional]
start_time
Time
The time at which the engagement started.
[optional]
end_time
Time
The time at which the engagement ended.
[optional]
account
String
The account of the engagement.
[optional]
contacts
Array<String>
[optional]
integration_params
Hash<String, AnyType>
[optional]
linked_account_params
Hash<String, AnyType>
[optional]
remote_fields
Array<RemoteFieldRequest>
[optional]
require 'merge_crm_client'
instance = MergeCRMClient ::EngagementRequest . new (
owner : 0358 cbc6 -2040 -430 a -848 e -aafacbadf3aa ,
content : Call for negotiation ,
subject : Call from customer ,
direction : INBOUND ,
engagement_type : 0358 cbc6 -2040 -430 a -848 e -aafacbadf3aa ,
start_time : 2022 -02 -10 T00 :00Z ,
end_time : 2022 -02 -10 T00 :05Z ,
account : null ,
contacts : [ " ; a7c55bc6 -2940 -c80a -848 e -bbfacbfdf4fg " ; ] ,
integration_params : { " ; unique_integration_field " ; :" ; unique_integration_field_value " ; } ,
linked_account_params : { " ; unique_linked_account_field " ; :" ; unique_linked_account_field_value " ; } ,
remote_fields : null
)