interface LinkedInNodeParameters {
additionalFields?: {
description?: string;
originalUrl?: string;
thumbnailBinaryPropertyName?: string;
title?: string;
visibility?: "CONNECTIONS" | "PUBLIC";
};
authentication?: "standard"
| "communityManagement";
binaryPropertyName?: string;
operation?: "create";
organization?: string;
person?: string;
postAs?: "person" | "organization";
resource?: "post";
shareMediaCategory?: "NONE" | "ARTICLE" | "IMAGE";
text?: string;
}
Properties§
Source§readonly additional Fields?: {
description?: string;
originalUrl?: string;
thumbnailBinaryPropertyName?: string;
title?: string;
visibility?: "CONNECTIONS" | "PUBLIC";
}
readonly additional Fields?: {
description?: string;
originalUrl?: string;
thumbnailBinaryPropertyName?: string;
title?: string;
visibility?: "CONNECTIONS" | "PUBLIC";
}
Source§readonly person?: string
readonly person?: string
Person as which the post should be posted as. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPersonUrn"}
Source§readonly post As?: "person" | "organization"
readonly post As?: "person" | "organization"
If to post on behalf of a user or an organization Default: "person"
Default: "NONE"
Default: {}