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 | Control Type | Description | Required |
---|---|---|---|---|---|
clientId | Client Id | STRING | TEXT | true | |
clientSecret | Client Secret | STRING | TEXT | 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 | Control Type | Description | Required |
---|---|---|---|---|---|
fileId | Template Presentation ID | STRING | SELECT | The ID of the template presentation from which the new presentation will be created. | true |
fileName | New Presentation Name | STRING | TEXT | Name of the new presentation. | true |
folderId | Folder ID | STRING | SELECT | 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_BUILDER | Don’t include the ”[[]]”, only the key name and its value. | true |
Additional instructions
CONNECTION
Turning on Slides API