Slides

Google integration · 6 node(s).

00Overview

Google Slides presentation operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Slides

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Add

Add Image to Slide

google/slides/add_image · Action

Add an image to a Google Slides slide

FieldTypeDetails
Presentation IDstringRequired
Slide IDstringRequired
Image URLstringRequired
X Position (points)integer100
Y Position (points)integer100
Width (points)integer400
Height (points)integer300
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, image_id, success, error

Add Slide

google/slides/add_slide · Action

Add a new slide to a Google Slides presentation

FieldTypeDetails
Presentation IDstringRequired
Layoutstringchoices: Blank, Title, Title and Body, Title and Two Columns, Title Only, Section Header
Insert Position (0-based)integer
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, slide_id, success, error

Add Text to Slide

google/slides/add_text · Action

Insert text into a slide shape

FieldTypeDetails
Presentation IDstringRequired
Slide/Shape IDstringRequired
TexttextRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, success, error

03Create

Create Presentation

google/slides/create · Action

Create a new Google Slides presentation

FieldTypeDetails
TitlestringRequiredMy Presentation
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, presentation_id, presentation_url, success, error

04Get

Get Presentation

google/slides/get · Action

Get metadata and slides for a Google Slides presentation

FieldTypeDetails
Presentation IDstringRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, title, slides, slide_count, presentation, success, error

Get Slide

google/slides/get_slide · Action

Get the content and elements of a specific slide

FieldTypeDetails
Presentation IDstringRequired
Slide IDstringRequired
Google Account (email)string
Google OAuth Credentialcredential${credentials.GOOGLE_DRIVE}

Returns: tool_result, slide, elements, element_count, success, error

05Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.