This Action will add a post to Sharpr with the given title and description.
- 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
- Label
- Which hub?
- Slug
- hub
- Required
- true
- Can have default value
- false
- Label
- What is the title?
- Slug
- headline
- Required
- true
- Can have default value
- true
- Filter code method
- Sharpr.createPostWithText.setHeadline(string: headline)
- Label
- What is the post body?
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Sharpr.createPostWithText.setBody(string: body)
- Label
- With insight text
- Slug
- intel_text
- Required
- false
- Can have default value
- true
- Filter code method
- Sharpr.createPostWithText.setIntelText(string: intelText)
- Label
- Which tags?
- Slug
- tag_with
- Required
- false
- Can have default value
- true
- Filter code method
- Sharpr.createPostWithText.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.createPostWithText.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.createPostWithText.setClassification(string: classification)