const link = await createMySiteLink({ title: "Shop", url: "https://example.com" });
const createMySiteLink: PortalFunction<PortalMySiteLink, CreateMySiteLinkInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a link on the signed-in member’s MySite.
const link = await createMySiteLink({ title: "Shop", url: "https://example.com" });
const createMySiteLink: PortalFunction<PortalMySiteLink, CreateMySiteLinkInput>