New services
Explore Plans
Mobile menu Close menu
NewsBlurNewsBlur

Share a story

This Action will share a new story on your blurblog.

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

Action fields

Story title Text input

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

Story URL Text input

Label
Link URL
Slug
story_url
Required
true
Can have default value
true
Filter code method
Newsblur.shareStory.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.shareStory.setStoryContent(string: storyContent)

User comments Text input

Label
Comments
Helper text
Slug
user_comments
Required
false
Can have default value
true
Filter code method
Newsblur.shareStory.setUserComments(string: userComments)