Skip to content

Commit 64e4090

Browse files
committed
some adjusts
1 parent 26e35e9 commit 64e4090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/pipedrive/actions/add-activity/add-activity.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
pipedriveApp,
6262
"projectId",
6363
],
64-
description: "ID of the organization this activity will be associated with",
64+
description: "ID of the project this activity will be associated with",
6565
},
6666
dueDate: {
6767
type: "string",
@@ -102,7 +102,7 @@ export default {
102102
participants: {
103103
type: "string[]",
104104
label: "Participants",
105-
description: "List of multiple persons (participants) this activity will be associated with. If omitted, single participant from `person_id` field is used. It requires a structure as follows: `[{\"person_id\":1,\"primary_flag\":true}]`",
105+
description: "List of multiple persons (participants) this activity will be associated with. If omitted, single participant from `person_id` field is used. It requires a structure as follows: `[{\"person_id\":1,\"primary\":true}]`",
106106
optional: true,
107107
propDefinition: [
108108
pipedriveApp,
@@ -112,7 +112,7 @@ export default {
112112
attendees: {
113113
type: "string[]",
114114
label: "Attendees",
115-
description: "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]\"}]`",
115+
description: "Attendees of the activity. This can be either your existing Pipedrive contacts or an external email address. It requires a structure as follows: `[{\"email\":\"[email protected]\"}]`",
116116
optional: true,
117117
async options({ prevContext }) {
118118
if (prevContext?.cursor === false) {

0 commit comments

Comments
 (0)