Add Dropbox photo to Google Slides
This Action adds an image to a Google Slides presentation on a new slide.
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
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)
