New services
Explore Plans
Mobile menu Close menu
BloggerBlogger

Create a photo post

This Action will create a photo post on your Blogger blog from the given URL to an image.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Title Text input > Title

Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Blogger.createPhotoPostBlogger.setTitle(string: title)

Source URL Text input > Photo

Label
Photo URL
Slug
source_url
Required
true
Can have default value
true
Filter code method
Blogger.createPhotoPostBlogger.setSourceUrl(string: sourceUrl)

Caption Text input > Short text

Label
Caption
Slug
caption
Required
false
Can have default value
true
Filter code method
Blogger.createPhotoPostBlogger.setCaption(string: caption)

Labels Text input > Tags

Label
Labels
Helper text
Slug
labels
Required
false
Can have default value
true
Filter code method
Blogger.createPhotoPostBlogger.setLabels(string: labels)