Automate Reddit
Explore Plans
Mobile menu Close menu
WeeblyWeebly

Publish blog post

This Action will publish a new blog post to your site.

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 publish a new blog post to your site.
API endpoint slug
weebly.publish_blog_post
Filter code method
Weebly.publishBlogPost.skip(string?: reason)
Runtime method
runAction("weebly.publish_blog_post", {})

Action fields

Blog Dropdown list

Label
Which blog?
Slug
blog
Required
true
Can have default value
false

Title Text input > Title

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

Body Text input > HTML

Label
Body
Slug
body
Required
true
Can have default value
true
Filter code method
Weebly.publishBlogPost.setBody(string: body)