Google Docs

Tools

Name & DescriptionType
GOOGLEDOCS_COPY_DOCUMENTTool to create a copy of an existing google document.
action
GOOGLEDOCS_CREATE_FOOTERTool to create a new footer in a google document.
action
GOOGLEDOCS_CREATE_FOOTNOTETool to create a new footnote in a google document.
action
GOOGLEDOCS_CREATE_HEADERTool to create a new header in a google document.
action
GOOGLEDOCS_CREATE_NAMED_RANGETool to create a new named range in a google document.
action
GOOGLEDOCS_CREATE_PARAGRAPH_BULLETSTool to add bullets to paragraphs within a specified range in a google document.
action
GOOGLEDOCS_DELETE_CONTENT_RANGETool to delete a range of content from a google document.
action
GOOGLEDOCS_DELETE_FOOTERTool to delete a footer from a google document.
action
GOOGLEDOCS_DELETE_HEADERDeletes the header from the specified section or the default header if no section is specified.
action
GOOGLEDOCS_DELETE_NAMED_RANGETool to delete a named range from a google document.
action
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETSTool to remove bullets from paragraphs within a specified range in a google document.
action
GOOGLEDOCS_DELETE_TABLETool to delete an entire table from a google document.
action
GOOGLEDOCS_DELETE_TABLE_COLUMNTool to delete a column from a table in a google document.
action
GOOGLEDOCS_DELETE_TABLE_ROWTool to delete a row from a table in a google document.
action
GOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEETTool to retrieve a list of all charts from a specified google sheets spreadsheet.
action
GOOGLEDOCS_INSERT_INLINE_IMAGETool to insert an image from a given uri at a specified location in a google document as an inline image.
action
GOOGLEDOCS_INSERT_PAGE_BREAKTool to insert a page break into a google document.
action
GOOGLEDOCS_INSERT_TABLE_ACTIONTool to insert a table into a google document.
action
GOOGLEDOCS_INSERT_TABLE_COLUMNTool to insert a new column into a table in a google document.
action
GOOGLEDOCS_INSERT_TEXT_ACTIONTool to insert a string of text at a specified location within a google document.
action
GOOGLEDOCS_LIST_SPREADSHEET_CHARTS_ACTIONTool to retrieve a list of charts with their ids and metadata from a google sheets spreadsheet.
action
GOOGLEDOCS_REPLACE_ALL_TEXTTool to replace all occurrences of a specified text string with another text string throughout a google document.
action
GOOGLEDOCS_REPLACE_IMAGETool to replace a specific image in a document with a new image from a uri.
action
GOOGLEDOCS_UNMERGE_TABLE_CELLSTool to unmerge previously merged cells in a table.
action
GOOGLEDOCS_UPDATE_DOCUMENT_STYLETool to update the overall document style, such as page size, margins, and default text direction.
action
GOOGLEDOCS_UPDATE_TABLE_ROW_STYLETool to update the style of a table row in a google document.
action
GOOGLEDOCS_CREATE_DOCUMENTCreates a new Google Docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's id and metadata (excluding body content).
action
GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWNCreates a new Google Docs document, optionally initializing it with a title and content provided as markdown text.
action
GOOGLEDOCS_GET_DOCUMENT_BY_IDRetrieves an existing google document by its id; will error if the document is not found.
action
GOOGLEDOCS_SEARCH_DOCUMENTSSearch for google documents using various filters including name, content, date ranges, and more.
action
GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWNReplaces the entire content of an existing Google Docs document with new markdown text; requires edit permissions for the document.
action
GOOGLEDOCS_UPDATE_EXISTING_DOCUMENTApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified google doc using the `batchupdate` API method.
action

Details

Installs

More than 1000

Actions

32

Triggers

0