Post new YouTube videos to your Weebly blog
This Action will publish a new blog post to your site.
Developer info
- 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)