Close menu
Explore Plans
Mobile menu Close menu
Shortcut

Add a Comment to a Story

Adds a comment to an existing story.

Developer info

API endpoint slug
shortcut.add_comment
Filter code method
Shortcut.addComment.skip(string?: reason)
Runtime method
runAction("shortcut.add_comment", {})

Action fields

Story Text input > Other

Label
Story ID
Helper text
The numeric ID of the story to comment on. Example: 12345
Slug
story_id
Required
true
Can have default value
true
Filter code method
Shortcut.addComment.setStoryId(string: story_id)

Comment text Text input > Long text

Label
Comment
Helper text
The comment text to add.
Slug
comment_text
Required
true
Can have default value
true
Filter code method
Shortcut.addComment.setCommentText(string: comment_text)