Create a post
POST/api/v4/posts
Create a new post in a channel. To create the post as a comment on another post, provide root_id.
Permissions
Must have create_post permission for the channel the post is being created in.
Request
Responses
- 201
- 400
- 401
- 403
Post creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions