Explore Plans
Mobile menu Close menu
SharprSharpr

Create post with title and description

This Action will add a post to Sharpr with the given title and description.

Developer info

API endpoint slug
sharpr.create_post_with_text
Filter code method
Sharpr.createPostWithText.skip(string?: reason)
Runtime method
runAction("sharpr.create_post_with_text", {})

Action fields

Hub Dropdown list

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

Headline Text input > Short text

Label
What is the title?
Slug
headline
Required
true
Can have default value
true
Filter code method
Sharpr.createPostWithText.setHeadline(string: headline)

Body Text input > HTML

Label
What is the post body?
Slug
body
Required
false
Can have default value
true
Filter code method
Sharpr.createPostWithText.setBody(string: body)

Intel text Text input > Short text

Label
With insight text
Slug
intel_text
Required
false
Can have default value
true
Filter code method
Sharpr.createPostWithText.setIntelText(string: intelText)

Tag with Text input > Tags

Label
Which tags?
Slug
tag_with
Required
false
Can have default value
true
Filter code method
Sharpr.createPostWithText.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.createPostWithText.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.createPostWithText.setClassification(string: classification)