Batch update presentation
Action ID:tools.google_slides.batch_update_presentation
Applies one or more updates to the presentation.
Reference: https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/batchUpdate
Secrets
Optional secrets:google_slides_oauth: OAuth tokenGOOGLE_SLIDES_USER_TOKEN.google_slides_oauth: OAuth tokenGOOGLE_SLIDES_SERVICE_TOKEN.google_api: required valuesGOOGLE_API_CREDENTIALS; optional valuesGOOGLE_API_SUBJECT.
Input fields
string
required
The presentation to apply the updates to.
array[object]
required
A list of updates to apply to the presentation. Each Request sets exactly one of the union fields documented at https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/request (createSlide, createShape, createTable, insertText, replaceAllText, deleteObject, updatePageElementTransform, updateTextStyle, duplicateObject, and so on).
object | null
Provides control over how write requests are executed. Documented fields: requiredRevisionId, targetRevisionId.Default:
null.Create presentation
Action ID:tools.google_slides.create_presentation
Creates a blank presentation using the title given in the request.
Reference: https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/create
Secrets
Optional secrets:google_slides_oauth: OAuth tokenGOOGLE_SLIDES_USER_TOKEN.google_slides_oauth: OAuth tokenGOOGLE_SLIDES_SERVICE_TOKEN.google_api: required valuesGOOGLE_API_CREDENTIALS; optional valuesGOOGLE_API_SUBJECT.
Input fields
string | null
The title of the presentation.Default:
null.Get page
Action ID:tools.google_slides.get_page
Gets the latest version of the specified page in the presentation.
Reference: https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations.pages/get
Secrets
Optional secrets:google_slides_oauth: OAuth tokenGOOGLE_SLIDES_USER_TOKEN.google_slides_oauth: OAuth tokenGOOGLE_SLIDES_SERVICE_TOKEN.google_api: required valuesGOOGLE_API_CREDENTIALS; optional valuesGOOGLE_API_SUBJECT.
Input fields
string
required
The object ID of the page to retrieve.
string
required
The ID of the presentation to retrieve.
Get page thumbnail
Action ID:tools.google_slides.get_page_thumbnail
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image.
Reference: https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations.pages/getThumbnail
Secrets
Optional secrets:google_slides_oauth: OAuth tokenGOOGLE_SLIDES_USER_TOKEN.google_slides_oauth: OAuth tokenGOOGLE_SLIDES_SERVICE_TOKEN.google_api: required valuesGOOGLE_API_CREDENTIALS; optional valuesGOOGLE_API_SUBJECT.
Input fields
string
required
The object ID of the page whose thumbnail to retrieve.
string
required
The ID of the presentation to retrieve.
string | null
The optional mime type of the thumbnail image. If you don’t specify the mime type, the mime type defaults to PNG. Allowed value: PNG.Default:
null.string | null
The optional thumbnail image size. If you don’t specify the size, the server chooses a default size of the image. Allowed values: THUMBNAIL_SIZE_UNSPECIFIED (the server chooses the size), LARGE (thumbnail image width of 1600px), MEDIUM (800px), SMALL (200px).Default:
null.Get presentation
Action ID:tools.google_slides.get_presentation
Gets the latest version of the specified presentation.
Reference: https://developers.google.com/workspace/slides/api/reference/rest/v1/presentations/get
Secrets
Optional secrets:google_slides_oauth: OAuth tokenGOOGLE_SLIDES_USER_TOKEN.google_slides_oauth: OAuth tokenGOOGLE_SLIDES_SERVICE_TOKEN.google_api: required valuesGOOGLE_API_CREDENTIALS; optional valuesGOOGLE_API_SUBJECT.
Input fields
string
required
The ID of the presentation to retrieve.