Interface LinkedInNodeParameters

Source
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 additionalFields?: {
    description?: string;
    originalUrl?: string;
    thumbnailBinaryPropertyName?: string;
    title?: string;
    visibility?: "CONNECTIONS" | "PUBLIC";
}

Default: {}

Source§

readonly authentication?: "standard" | "communityManagement"

Default: "standard"

Source§

readonly binaryPropertyName?: string

Default: "data"

Source§

readonly operation?: "create"

Default: "create"

Source§

readonly organization?: string

URN of Organization as which the post should be posted as

Source§

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 postAs?: "person" | "organization"

If to post on behalf of a user or an organization Default: "person"

Source§

readonly resource?: "post"

Default: "post"

Source§

readonly shareMediaCategory?: "NONE" | "ARTICLE" | "IMAGE"

Default: "NONE"

Source§

readonly text?: string

The primary content of the post