Skip to content

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

NameLabelTypeDescriptionRequired
clientIdClient IdSTRINGtrue
clientSecretClient SecretSTRINGtrue

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

NameLabelTypeDescriptionRequired
fileIdTemplate Presentation IDSTRINGThe ID of the template presentation from which the new presentation will be created.true
fileNameNew Presentation NameSTRINGName of the new presentation.true
folderIdFolder IDSTRINGID 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
valuesValuesOBJECT
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

Setting up OAuth2

Turning on Slides API