Group Location
Explore Plans
Mobile menu Close menu
NewsBlurNewsBlur

Save a story

This Action will save a new story to your stories list.

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
API endpoint slug
newsblur.save-story
Filter code method
Newsblur.saveStory.skip(string?: reason)
Runtime method
runAction("newsblur.save-story", {})

Action fields

Story title Text input

Label
Title
Slug
story_title
Required
true
Can have default value
true
Filter code method
Newsblur.saveStory.setStoryTitle(string: storyTitle)

Story URL Text input

Label
Link URL
Slug
story_url
Required
true
Can have default value
true
Filter code method
Newsblur.saveStory.setStoryUrl(string: storyUrl)

Story content Text input

Label
Content
Helper text
Slug
story_content
Required
false
Can have default value
true
Filter code method
Newsblur.saveStory.setStoryContent(string: storyContent)

User tags Text input

Label
Saved tags
Helper text
Slug
user_tags
Required
false
Can have default value
true
Filter code method
Newsblur.saveStory.setUserTags(string: userTags)