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
- Label
- Which blog?
- Slug
- blog
- Required
- true
- Can have default value
- false
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Weebly.publishBlogPost.setTitle(string: title)
- Label
- Body
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- Weebly.publishBlogPost.setBody(string: body)