Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.93 KB

ActivityPostObjectAllOf.md

File metadata and controls

26 lines (14 loc) · 1.93 KB

Pipedrive.ActivityPostObjectAllOf

Properties

Name Type Description Notes
subject String Subject of the Activity. When value for subject is not set, it will be given a default value "Call". [optional]
type String Type of the Activity. This is in correlation with the key_string parameter of ActivityTypes. When value for type is not set, it will be given a default value "call". [optional]
userId Number The ID of the User whom the Activity is assigned to. If omitted, the Activity is assigned to the authorized User. [optional]
participants [Object] List of multiple Persons (participants) this Activity is associated with. If omitted, single participant from person_id field is used. It requires a structure as follows: [{"person_id":1,"primary_flag":true}] [optional]
busyFlag Boolean Set the Activity as 'Busy' or 'Free'. If the flag is set to true, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with null. When the value of the flag is unset (null), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. [optional]
attendees [Object] Attendees of the Activity. This can be either your existing Pipedrive contacts or an external email address. It requires a structure as follows: [{"email_address":"[email protected]"}] or [{"person_id":1, "email_address":"[email protected]"}] [optional]
done NumberBoolean Whether the Activity is done or not. 0 = Not done, 1 = Done [optional]

Enum: BusyFlagEnum

  • true (value: "true")

  • false (value: "false")