People 🟑 PREVIEW - Contacts

Contact management & directory

People Interface Screen

Overview

People is the contact management and directory module in General Bots Suite. Maintain a comprehensive directory of contacts with groups, activity tracking, and advanced search. People helps teams stay connected and organized with all their professional relationships.


Features

Contacts

Manage individual contact records with rich profile information.

ActionDescription
Add ContactCreate contact with name, email, phone, company
Edit ContactUpdate profile information and details
Merge ContactsCombine duplicate contact records
Import ContactsBulk import from CSV, vCard, or Excel
Export ContactsDownload contacts in various formats

Groups

Organize contacts into logical groups and lists.

ActionDescription
Create GroupDefine group with name and description
Add to GroupAssign contacts to groups
Remove from GroupRemove contacts while keeping the contact
Group PermissionsSet visibility and access controls
Smart GroupsAuto-populate based on criteria

Directory

Searchable organization-wide contact directory.

FeatureDescription
Full-Text SearchSearch across all contact fields
Advanced FiltersFilter by company, role, location, etc.
Org ChartVisual organization hierarchy
Department ViewBrowse by department or team
Recent ContactsQuick access to frequently contacted

Import/Export

Bulk operations for contact data management.

FormatImportExport
CSVβœ…βœ…
vCardβœ…βœ…
Excelβœ…βœ…
JSONβœ…βœ…
LDIFβœ…βŒ

Activity Timeline

Track interactions and history with contacts.

ActivityDescription
EmailsRecord of email communications
MeetingsScheduled and completed meetings
CallsPhone call logs and notes
NotesInternal notes and comments
FilesShared documents and attachments

Keyboard Shortcuts

ShortcutAction
NCreate new contact
EEdit selected contact
GCreate new group
FFocus search
IImport contacts
/Focus search
?Show shortcuts

People via Chat

Adding a New Contact

Finding Contacts at a Company


API Reference

People operations are available via REST API:

EndpointMethodDescription
/api/contactsGETList all contacts
/api/contactsPOSTCreate new contact
/api/contacts/:idGETGet contact details
/api/contacts/:idPUTUpdate contact
/api/contacts/:idDELETEDelete contact
/api/contacts/search GETSearch contacts
/api/contacts/importPOSTBulk import contacts
/api/contacts/exportGETExport contacts
/api/groupsGETList all groups
/api/groupsPOSTCreate new group
/api/groups/:id/contactsGETList group contacts