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?: string
Default: "data"
readonly operation?: "create"
Default: "create"
readonly organization?: string
URN of Organization as which the post should be posted as
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"}
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?: string
The primary content of the post
Default: {}