-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
Is there a specific app this action is for?
Google Docs
Please provide a link to the relevant API docs for the specific service / operation.
https://developers.google.com/docs/api
Create Document from Text | Create a new document from text. Also supports limited HTML
Upload Document | Copy an already-existing file from another service to Docs. Will convert the file to Google Doc format if possible
Create Document from Template | Creates a new doc based on an existing one and can replace any placeholder variables found in your template doc, like {{name}}, {{email}}, etc.
Find a Document | Search for a specific document by name. Optionally, create one if none are found
List Documents | Retrieves a list of documents
Insert an Image to a Document | Inserts a new image with URL to a document.
Replace an Image with a New Image | Replaces an existing image with a new image with URL in the document.
Replace a Text in a Document | Replaces an old text by a new text in a document
Download a Document | Downloads a document to a required format
Deletes a Document | Deletes a document
Make All Links in a Document Clickable | Makes all links in a document clickable