Add Dropbox photo to Google Slides
This Action adds an image to a Google Slides presentation on a new slide, with optional text above and below the image.
Developer info
- API endpoint slug
- google_slides.add_image
- Filter code method
- GoogleSlides.addImage.skip(string?: reason)
- Runtime method
- runAction("google_slides.add_image", {})
Action fields
Presentation Dropdown list
- Label
- Presentation
- Helper text
- Select the presentation to add the image to.
- Slug
- presentation_id
- Required
- true
- Can have default value
- false
Title Text input > Document title
- Label
- Title text
- Helper text
- Optional. Placed above the image. Keep it short. Long text may overflow the slide.
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleSlides.addImage.setTitle(string: title)
Image url Text input > Photo
- Label
- Image URL
- Helper text
- Publicly accessible image URL (PNG, JPEG, or GIF). The image is placed on a new slide.
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleSlides.addImage.setImageUrl(string: image_url)
Caption Text input > Long text
- Label
- Caption text
- Helper text
- Optional. A short description placed below the image. Long text may overflow the slide.
- Slug
- caption
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleSlides.addImage.setCaption(string: caption)
