Skip to main content

What does this node do?

The Google Slides node creates or updates Google Slides presentations. Perfect for automated reporting.

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the Google Slides node

Find it in IntegrationsGoogleSlides
3

Configure presentation

Specify presentation title and optional template replacements

Configuration

template_id
string
Template presentation ID (optional).
title
string
required
Presentation title.
replacements
object
Text replacements for template placeholders.
{
  "{{TITLE}}": "Weekly Report",
  "{{DATE}}": "Jan 15, 2024",
  "{{METRICS}}": "Sessions: 10,000"
}

Output

{
  "presentation_id": "1abc...",
  "url": "https://docs.google.com/presentation/d/...",
  "slides_count": 5
}

Example

Automated reporting: