Automate Reddit
Explore Plans
Mobile menu Close menu
WordPressWordPress

Create a photo post

This Action will create a photo post on your WordPress 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
This Action will create a photo post on your WordPress blog from the given URL to an image.
API endpoint slug
wordpress.create_photo_post_wp
Filter code method
Wordpress.createPhotoPostWp.skip(string?: reason)
Runtime method
runAction("wordpress.create_photo_post_wp", {})

Action fields

Title Text input > Title

Label
Title
Helper text
Optional
Slug
title
Required
false
Can have default value
true
Filter code method
Wordpress.createPhotoPostWp.setTitle(string: title)

Source URL Text input > Photo

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

Caption Text input

Label
Caption
Helper text
Optional
Slug
caption
Required
false
Can have default value
true
Filter code method
Wordpress.createPhotoPostWp.setCaption(string: caption)

Categories Text input > Other

Label
Categories
Helper text
Comma separated
Slug
categories
Required
false
Can have default value
true
Filter code method
Wordpress.createPhotoPostWp.setCategories(string: categories)

Tags Text input > Tags

Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Wordpress.createPhotoPostWp.setTags(string: tags)

Post status Dropdown list

Label
Post status
Slug
post_status
Required
false
Can have default value
true
Filter code method
Wordpress.createPhotoPostWp.setPostStatus(string: postStatus)