interface CrowdDevNodeParameters {
additionalOptions?:
| {
body?: string;
channel?: string;
sourceParentId?: string;
title?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
displayName?: string;
emails?: { itemChoice: { email?: string }[] };
joinedAt?: string;
notes?: { itemChoice: { note?: string }[] };
organizations?: {
itemChoice: {
description?: string;
employees?: number;
logo?: string;
name: string;
url?: string;
}[];
};
tags?: { itemChoice: { tag?: string }[] };
tasks?: { itemChoice: { task?: string }[] };
}
| {
description?: string;
employees?: number;
logo?: string;
members?: { itemChoice: { member?: string }[] };
url?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
assigneess?: string;
body?: string;
members?: { itemChoice: { member?: string }[] };
name?: string;
status?: string;
};
body?: string;
displayName?: string;
emails?: { itemChoice: { email?: string }[] };
id?: string;
joinedAt?: string;
member?: string;
name?: string;
operation?:
| "create"
| "update"
| "list"
| "delete"
| "createWithMember"
| "createForMember"
| "createOrUpdate"
| "find"
| "destroy";
platform?: string;
resource?: | "organization"
| "task"
| "member"
| "activity"
| "automation"
| "note";
sourceId?: string;
timestamp?: string;
trigger?: "new_activity"
| "new_member";
type?: string;
url?: string;
username?:
| string
| { itemChoice: { key: string; value: string }[] };
}
Properties§
Source§readonly additional Options?:
| {
body?: string;
channel?: string;
sourceParentId?: string;
title?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
displayName?: string;
emails?: { itemChoice: { email?: string }[] };
joinedAt?: string;
notes?: { itemChoice: { note?: string }[] };
organizations?: {
itemChoice: {
description?: string;
employees?: number;
logo?: string;
name: string;
url?: string;
}[];
};
tags?: { itemChoice: { tag?: string }[] };
tasks?: { itemChoice: { task?: string }[] };
}
| {
description?: string;
employees?: number;
logo?: string;
members?: { itemChoice: { member?: string }[] };
url?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
assigneess?: string;
body?: string;
members?: { itemChoice: { member?: string }[] };
name?: string;
status?: string;
}
readonly additional Options?:
| {
body?: string;
channel?: string;
sourceParentId?: string;
title?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
displayName?: string;
emails?: { itemChoice: { email?: string }[] };
joinedAt?: string;
notes?: { itemChoice: { note?: string }[] };
organizations?: {
itemChoice: {
description?: string;
employees?: number;
logo?: string;
name: string;
url?: string;
}[];
};
tags?: { itemChoice: { tag?: string }[] };
tasks?: { itemChoice: { task?: string }[] };
}
| {
description?: string;
employees?: number;
logo?: string;
members?: { itemChoice: { member?: string }[] };
url?: string;
}
| {
activities?: {
itemChoice: { activity?: string }[];
};
assigneess?: string;
body?: string;
members?: { itemChoice: { member?: string }[] };
name?: string;
status?: string;
}
Source§readonly emails?: { itemChoice: { email?: string }[] }
readonly emails?: { itemChoice: { email?: string }[] }
Email addresses of the member Default: {} Type options: {"multipleValues":true}
Source§readonly operation?:
| "create"
| "update"
| "list"
| "delete"
| "createWithMember"
| "createForMember"
| "createOrUpdate"
| "find"
| "destroy"
readonly operation?:
| "create"
| "update"
| "list"
| "delete"
| "createWithMember"
| "createForMember"
| "createOrUpdate"
| "find"
| "destroy"
Default: "createWithMember"
Source§readonly resource?:
| "organization"
| "task"
| "member"
| "activity"
| "automation"
| "note"
readonly resource?:
| "organization"
| "task"
| "member"
| "activity"
| "automation"
| "note"
Default: "activity"
Source§readonly source Id?: string
readonly source Id?: string
The ID of the activity in the platform (e.g. the ID of the message in Discord)
Default: {}