Explore Plans
WordPressWordPress

Create a photo post

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

Developer info

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)