Google Slides
Node: googleSlides · Full type: n8n-nodes-base.googleSlides · Version: 2
Credentials
googleApi (alias: @google) / googleSlidesOAuth2Api (alias: @google)
CREDENTIAL @google = googleApi "My Google Slides"
Operations
Resource: page
get
| Parameter |
Type |
Default |
Details |
presentationId |
string |
"" |
required |
pageObjectId |
string |
"" |
required |
getThumbnail
| Parameter |
Type |
Default |
Details |
presentationId |
string |
"" |
required |
pageObjectId |
string |
"" |
required |
download |
boolean |
false |
|
binaryProperty |
string |
"data" |
required |
Resource: presentation
create
| Parameter |
Type |
Default |
Details |
title |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
presentationId |
string |
"" |
required |
getSlides
| Parameter |
Type |
Default |
Details |
presentationId |
string |
"" |
required |
returnAll |
boolean |
false |
|
limit |
number |
100 |
|
replaceText
| Parameter |
Type |
Default |
Details |
presentationId |
string |
"" |
required |
textUi |
fixedCollection |
{} |
groups: textValues |
options |
collection |
{} |
keys: revisionId |
Common Parameters
| Parameter |
Type |
Default |
Details |
authentication |
options |
"serviceAccount" |
oAuth2, serviceAccount |
Parameter Details
textUi children:
textValues group:
| Parameter |
Type |
Default |
Details |
matchCase |
boolean |
false |
|
pageObjectIds |
multiOptions |
[] |
|
text |
string |
"" |
|
replaceText |
string |
"" |
|
options children:
| Parameter |
Type |
Default |
Details |
revisionId |
string |
"" |
|
Example
NODE "googleSlides" @google AS "Google Slides" {
resource: "page",
operation: "get",
title: {{ $json.title }},
presentationId: {{ $json.presentationId }},
pageObjectId: {{ $json.pageObjectId }}
}