AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
SharprSharpr

Create post from URL

This Action will fetch a post from a URL and add it to Sharpr.

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 fetch a post from a URL and add it to Sharpr.
API endpoint slug
sharpr.create_post_from_url
Filter code method
Sharpr.createPostFromUrl.skip(string?: reason)
Runtime method
runAction("sharpr.create_post_from_url", {})

Action fields

Hub Dropdown list

Label
Which hub?
Slug
hub
Required
true
Can have default value
false

URL Text input > Link

Label
Which URL to fetch and add as a post?
Slug
url
Required
true
Can have default value
true
Filter code method
Sharpr.createPostFromUrl.setUrl(string: url)

Tag with Text input > Tags

Label
Which tags to add?
Slug
tag_with
Required
false
Can have default value
true
Filter code method
Sharpr.createPostFromUrl.setTagWith(string: tagWith)

Category Text input > Path to a folder

Label
How to categorize?
Helper text
(Optional) The name of a category in your Sharpr hub
Slug
category
Required
false
Can have default value
true
Filter code method
Sharpr.createPostFromUrl.setCategory(string: category)

Classification Text input > Path to a folder

Label
Which classification?
Helper text
(Optional) The name of a classification in your Sharpr hub
Slug
classification
Required
false
Can have default value
true
Filter code method
Sharpr.createPostFromUrl.setClassification(string: classification)