Social 🟑 PREVIEW - Community

Internal social feed & communities

Social Interface Screen

Overview

Social is the internal social network and community module in General Bots Suite. Create posts, join communities, share updates, and collaborate with colleagues in a familiar social feed format. Social helps organizations build culture and facilitate informal communication.


Features

Feed

Activity feed with posts, reactions, and comments.

ActionDescription
Create PostShare updates, questions, or content
ReactLike, celebrate, or react to posts
CommentAdd comments and replies
ShareRepost to your own feed
SaveBookmark posts for later reading

Communities

Create and manage interest-based groups.

ActionDescription
Create CommunityDefine community with name and description
Join CommunityRequest membership or auto-join
Manage MembersAdd/remove members, set roles
Set PrivacyPublic, private, or secret communities
Moderate ContentReview and manage posts

Announcements

Broadcast important information organization-wide.

FeatureDescription
Create AnnouncementPost important updates with priority
Pin AnnouncementKeep important posts at top
Target AudienceSend to specific groups or everyone
Track ReadersSee who has viewed the announcement
Require AcknowledgmentMark as read confirmation

Direct Messages

Private messaging between colleagues.

ActionDescription
Send MessagePrivate message to individuals
Group ChatCreate group conversations
Share FilesAttach documents and media
Read ReceiptsSee when messages are read
Message SearchSearch through message history

Content Types

Rich media support for diverse communication.

TypeDescription
TextPlain text and markdown formatting
ImagesPhoto uploads with galleries
FilesDocument and file attachments
PollsCreate polls for group decisions
EventsShare calendar events
LinksAuto-preview for shared links

Keyboard Shortcuts

ShortcutAction
NCreate new post
CComment on selected post
LLike/React to post
MOpen direct messages
FFocus search
/Focus search
?Show shortcuts

Social via Chat

Posting an Update

Showing My Communities


API Reference

Social operations are available via REST API:

EndpointMethodDescription
/api/social/feedGETGet activity feed
/api/social/postsPOSTCreate new post
/api/social/posts/:idGETGet post details
/api/social/posts/:idDELETEDelete post
/api/social/posts/:id/reactionsPOSTAdd reaction
/api/social/posts/:id/commentsGETGet comments
/api/social/posts/:id/commentsPOSTAdd comment
/api/social/communitiesGETList communities
/api/social/communitiesPOSTCreate community
/api/social/communities/:id/joinPOSTJoin community
/api/social/messagesGETGet direct messages
/api/social/messagesPOSTSend message