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§
§§§§§§§§
readonly additional Fields?: { ... }§
readonly authentication?: "standard" | "communityManagement"Default: "standard"
readonly binary Property Name?: stringDefault: "data"
readonly operation?: "create"Default: "create"
readonly organization?: stringURN of Organization as which the post should be posted as
readonly person?: stringPerson as which the post should be posted as. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPersonUrn"}
readonly post As?: "person" | "organization"If to post on behalf of a user or an organization Default: "person"
readonly resource?: "post"Default: "post"
Default: "NONE"
readonly text?: stringThe primary content of the post
Default: {}