Basic Information

appmixer.googleDocs.core.CreateDocument

1.1.0

Public

Creates a new Google document with the provided title and optional initial content. Supports plain text and HTML rich text formatting.

Input Ports

in

FieldTypeDescription
Title text The title of the new document.
Content Type select The format of the content to insert into the document. Use 'Plain Text' for unformatted text or 'HTML' to insert rich text with formatting (bold, italic, headings, lists, links, tables, etc.).
Content textarea Optional initial content to populate the document. When Content Type is set to 'HTML', supports tags such as , , , , ,

,

,

    ,
      ,
    1. , ,
      , and more.

      Output Ports

      out

      FieldTypeDescription
      Document Id -
      Title -
      Revision Id -
      Document URL -

      Full Metadata