Replace Google Slides text when Webhooks receives a web request
This Action replaces every occurrence of a piece of text across a Google Slides presentation. Useful for filling in template placeholders.
Developer info
- API endpoint slug
- google_slides.replace_text
- Filter code method
- GoogleSlides.replaceText.skip(string?: reason)
- Runtime method
- runAction("google_slides.replace_text", {})
Action fields
Presentation Dropdown list
- Label
- Presentation
- Helper text
- Select the presentation to update.
- Slug
- presentation_id
- Required
- true
- Can have default value
- false
Placeholder Text input > Other
- Label
- Text to find
- Helper text
- The text to search for, e.g. {{name}}. Matching is case-sensitive.
- Slug
- placeholder
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleSlides.replaceText.setPlaceholder(string: placeholder)
Replacement Text input > Long text
- Label
- Replace with
- Helper text
- The text to substitute in place of every match.
- Slug
- replacement
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleSlides.replaceText.setReplacement(string: replacement)
