AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Hopscotch Social Media ManagementHopscotch Social Media Management

Create a new scheduled post

This action will create a new scheduled post.

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 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

Member uid Dropdown list

Label
Social Media Accounts
Slug
member_uid
Required
true
Can have default value
false

Content Text input > Long text

Label
Content
Slug
content
Required
true
Can have default value
true
Filter code method
Hopscotch.schedulePost.setContent(string: content)

Media URL Text input > Photo

Label
Photo URL
Slug
media_url
Required
false
Can have default value
true
Filter code method
Hopscotch.schedulePost.setMediaUrl(string: mediaUrl)

Publish at Text input > ISO 8601 date and time

Label
Scheduled Date & Time
Slug
publish_at
Required
true
Can have default value
true
Filter code method
Hopscotch.schedulePost.setPublishAt(string: publishAt)