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
- Label
- Which hub?
- Slug
- hub
- Required
- true
- Can have default value
- false
- 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)
- Label
- Which tags to add?
- Slug
- tag_with
- Required
- false
- Can have default value
- true
- Filter code method
- Sharpr.createPostFromUrl.setTagWith(string: tagWith)
- 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)
- 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)