Close menu
Explore Plans
Mobile menu Close menu
Circle

Create a post

This action will publish a new post in a space in your Circle community.

Developer info

API endpoint slug
circle.create_post
Filter code method
Circle.createPost.skip(string?: reason)
Runtime method
runAction("circle.create_post", {})

Action fields

Space Dropdown list

Label
Space
Helper text
Which space should the post be published in?
Slug
space_id
Required
true
Can have default value
false

Title Text input > Title

Label
Title
Helper text
Post title.
Slug
title
Required
true
Can have default value
true
Filter code method
Circle.createPost.setTitle(string: title)

Body Text input > Long text

Label
Body
Helper text
Post content. Markdown is supported.
Slug
body
Required
true
Can have default value
true
Filter code method
Circle.createPost.setBody(string: body)