Google Slides Integration
Connect Google Slides to Arahi's no-code AI agents and automate workflows in minutes.
About the Google Slides integration
Create, edit, and collaborate on presentations with the Google Slides app. With Arahi AI, you can connect Google Slides to Blogger, Clockify, Cloud Convert and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Productivity
- Authentication
- oauth
Google Slides automation use cases
- Meeting notes → action items
- Extract tasks from Google Slides pages or docs and push them to your project tracker.
- Document ingest to knowledge base
- Centralize scattered docs into Google Slides with auto-tagging and cross-links as they're added.
- Recurring task automation
- Spin up weekly or monthly Google Slides task templates without copy-pasting from last cycle.
- Approval routing
- Route Google Slides documents through an approval chain with reminders and escalation.
Google Slides workflow examples
- Draft Google Slides decks from Notion briefs
Agent reads a Notion brief page, runs Create Slides from Markdown inside Google Slides, then shares the resulting deck link back into the Notion page.
Notion brief -> Google Slides Create Slides from Markdown -> Notion Update.
- Alert Slack when New Slide Added in deck
Agent listens to the Google Slides New Slide Added trigger on a master deck, runs Get Page Thumbnail, then posts the preview into a Slack content channel.
Google Slides New Slide Added -> Get Page Thumbnail -> Slack Upload File.
- Refresh board decks from Airtable numbers
Agent pulls metrics from Airtable weekly, calls Update Presentation (Batch/Markdown) on the board deck, then emails the refreshed link via Gmail to directors.
Airtable metrics row -> Google Slides Update Presentation -> Gmail Send Email.
Google Slides triggers
- New Slide Added
- Fires when a new slide is added to a Google Slides presentation.
Google Slides actions
- Create Slides from Markdown
- Creates a new google slides presentation from markdown text. automatically splits content into slides using '---' separators and applies appropriate templates based on content structure.
- Update Presentation (Batch/Markdown)
- Tool to update existing google slides presentations with either raw api requests or markdown content. **two operation modes:** 1. **raw api mode**: provide direct slides api requests for precise control 2. **markdown mode**: provide markdown text to automatically add professional slides **markdown features:** - professional themes with coordinated colors and backgrounds - dynamic font sizing that prevents overflow (notion-like hierarchy) - smart table auto-sizing with column width optimization - auto-centering and professional positioning - bold formatting, emojis, and multi-line content support - multiple slide types: title, bullet, table, quote, image, two-column **use cases:** - add new slides to existing presentations - update presentation content with markdown - apply professional themes and styling - bulk slide creation with consistent formatting
- Create Google Slides Presentation
- Tool to create a blank or duplicate presentation. use when you need to initialize a presentation with a specific title or duplicate an existing one.
- Get Presentation
- Tool to retrieve the latest version of a presentation. use after obtaining the presentation id.
- Get Presentation Page
- Tool to get the latest version of a specific page in a presentation. use when you need to inspect slide, layout, master, or notes page details.
- Get Page Thumbnail
- Tool to generate and return a thumbnail image url for a specific page. use when you need a quick preview of a slide page after loading it.