This action will create a new scheduled post.
- API endpoint slug
- hopscotch.schedule_post
- Filter code method
- Hopscotch.schedulePost.skip(string?: reason)
- Runtime method
- runAction("hopscotch.schedule_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.schedulePost.setContent(string: content)
- Label
- Photo URL
- Slug
- media_url
- Required
- false
- Can have default value
- true
- Filter code method
- Hopscotch.schedulePost.setMediaUrl(string: mediaUrl)
- Label
- Scheduled Date & Time
- Slug
- publish_at
- Required
- true
- Can have default value
- true
- Filter code method
- Hopscotch.schedulePost.setPublishAt(string: publishAt)