Procedures
Automation procedures in the Google Docs book.
Make sure to add the Google Docs book to your agent before using these automation procedures.
to add a paragraph to a (document)
Adds a new paragraph to the document.
Input Concepts
Concept
Description
Type
Required
Default Value
text
The new paragraph text.
text
Yes
(no default)
style
The new paragraph's style.
enum[heading_1, heading_2, heading_3, normal_text, subtitle, title]
No
(no default)
Output Concepts
Concept
Description
Type
Examples
Add a heading to a document
add a paragraph to the document where
the text is "New paragraph"
the style is "HEADING_1"
to create a google document in a (folder)
Creates a new Google Docs document.
Input Concepts
Concept
Description
Type
Required
Default Value
name
The name for the new Google Docs document.
text
Yes
(no default)
Output Concepts
Concept
Description
Type
Examples
Create a Google Docs document called "Hello World" in a folder
create a google document in the folder where
the name is "Hello World"
Last updated
Was this helpful?