Google Slides
Google Slides is a cloud-based presentation software that allows users to create, edit, and collaborate on presentations online in real-time.
Categories: file-storage
Type: googleSlides/v1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
clientId | Client Id | STRING | true | |
clientSecret | Client Secret | STRING | true |
Actions
Create Presentation Based on Template
Name: createPresentationBasedOnTemplate
Creates a new presentation based on an existing one and can replace any placeholder variables found in your template presentation, like [[name]], [[email]], etc.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
fileId | Template Presentation ID | STRING | The ID of the template presentation from which the new presentation will be created. | true |
fileName | New Presentation Name | STRING | Name of the new presentation. | true |
folderId | Folder ID | STRING | ID of the folder where the new presentation will be saved. If not provided, the new presentation will be saved in the same folder as the template presentation. | false |
values | Values | OBJECT Properties{} | Don’t include the ”[[]]”, only the key name and its value. | true |
Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
JSON Example
{ "label" : "Create Presentation Based on Template", "name" : "createPresentationBasedOnTemplate", "parameters" : { "fileId" : "", "fileName" : "", "folderId" : "", "values" : { } }, "type" : "googleSlides/v1/createPresentationBasedOnTemplate"}
Additional instructions
CONNECTION
Turning on Slides API