This action will create a new published post.
- API endpoint slug
- hopscotch.publish_post
- Filter code method
- Hopscotch.publishPost.skip(string?: reason)
- Runtime method
- runAction("hopscotch.publish_post", {})
Action fields
- Label
- Social Media Accounts
- Slug
- member_uid
- Required
- true
- Can have default value
- false
- Label
- Content
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Hopscotch.publishPost.setContent(string: content)
- Label
- Photo URL
- Slug
- media_url
- Required
- false
- Can have default value
- true
- Filter code method
- Hopscotch.publishPost.setMediaUrl(string: mediaUrl)