Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 34.7 KB

ActivityInput.md

File metadata and controls

51 lines (48 loc) · 34.7 KB

ActivityInput

Fields

Field Type Required Description Example
ActivityDatetime string The date and time of the activity 2021-05-01T12:00:00.000Z
DurationSeconds long The duration of the activity in seconds 1800
UserId string The user related to the activity 12345
AccountId string The account related to the activity 12345
ContactId string The contact related to the activity 12345
CompanyId string The company related to the activity 12345
OpportunityId string The opportunity related to the activity 12345
LeadId string The lead related to the activity 12345
OwnerId string The owner of the activity 12345
CampaignId string The campaign related to the activity 12345
CaseId string The case related to the activity 12345
AssetId string The asset related to the activity 12345
ContractId string The contract related to the activity 12345
ProductId string The product related to the activity 12345
SolutionId string The solution related to the activity 12345
CustomObjectId string The custom object related to the activity 12345
Type ActivityType ✔️ The type of the activity meeting
Title string The title of the activity Meeting
Description string A description of the activity More info about the meeting
Note string An internal note about the activity An internal note about the meeting
Location string The location of the activity Space
LocationAddress Address N/A
AllDayEvent bool Whether the Activity is an all day event or not false
Private bool Whether the Activity is private or not true
GroupEvent bool Whether the Activity is a group event or not true
EventSubType string The sub type of the group event debrief
GroupEventType string The type of the group event Proposed
Child bool Whether the activity is a child of another activity or not false
Archived bool Whether the activity is archived or not false
Deleted bool Whether the activity is deleted or not false
ShowAs ShowAs N/A busy
Done bool Whether the Activity is done or not false
StartDatetime string The start date and time of the activity 2021-05-01T12:00:00.000Z
EndDatetime string The end date and time of the activity 2021-05-01T12:30:00.000Z
ActivityDate string The date of the activity 2021-05-01
EndDate string The end date of the activity 2021-05-01
Recurrent bool Whether the activity is recurrent or not false
ReminderDatetime string The date and time of the reminder 2021-05-01T17:00:00.000Z
ReminderSet bool Whether the reminder is set or not false
VideoConferenceUrl string The URL of the video conference https://us02web.zoom.us/j/88120759396
VideoConferenceId string The ID of the video conference zoom:88120759396
CustomFields List<CustomField> Custom fields of the activity
Attendees List<ActivityAttendeeInput> N/A
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.