MergeCRMClient::Engagement
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]
remote_was_deleted
Boolean
Indicates whether or not this object has been deleted by third party webhooks.
[optional][readonly]
id
String
[optional][readonly]
remote_id
String
The third-party API ID of the matching object.
[optional]
modified_at
Time
This is the datetime that this object was last updated by Merge
[optional][readonly]
field_mappings
Hash<String, AnyType>
[optional][readonly]
remote_data
Array<RemoteData>
[optional][readonly]
remote_fields
Array<RemoteField>
[optional][readonly]
require 'merge_crm_client'
instance = MergeCRMClient ::Engagement . 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 " ; ] ,
remote_was_deleted : null ,
id : null ,
remote_id : 19202938 ,
modified_at : 2021 -10 -16 T00 :00Z ,
field_mappings : { " ; organization_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } , " ; linked_account_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } } ,
remote_data : [ { " ; path " ; :" ; /engagements " ; , " ; data " ; :[ " ; Varies by platform " ; ] } ] ,
remote_fields : null
)