This Action will create a photo post on your Blogger blog from the given URL to an image.
- API endpoint slug
- blogger.create_photo_post_blogger
- Filter code method
- Blogger.createPhotoPostBlogger.skip(string?: reason)
- Runtime method
- runAction("blogger.create_photo_post_blogger", {})
Action fields
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Blogger.createPhotoPostBlogger.setTitle(string: title)
- Label
- Photo URL
- Slug
- source_url
- Required
- true
- Can have default value
- true
- Filter code method
- Blogger.createPhotoPostBlogger.setSourceUrl(string: sourceUrl)
- Label
- Caption
- Slug
- caption
- Required
- false
- Can have default value
- true
- Filter code method
- Blogger.createPhotoPostBlogger.setCaption(string: caption)
- Label
- Labels
- Helper text
- Comma separated
- Slug
- labels
- Required
- false
- Can have default value
- true
- Filter code method
- Blogger.createPhotoPostBlogger.setLabels(string: labels)