Gobot – Sales Boosting Chatbot
Over 10,000 companies of all sizes use Gobot to automatically generate qualified leads, answer customer questions, help visitors find the perfect product/service, collect customer feedback, send personalized emails, schedule appointments, and much more – no programming skills needed. There have been millions of questions answered, leads generated, and meetings booked by Gobot. Gobot helps you grow your sales, automatically answer customer questions, get more email subscribers, book meetings, and more by engaging your website visitors at just the right time and place! Use one of our 100+ popular bot templates or easily create your own bot using our drag n’ drop bot builder – no programming skills needed! Gobot’s integration with WordPress means you will be up and running in under a minute. Visitors who chat with a Gobot conversational shopping bot are far more likely to make a purchase online than those who don’t. Help shoppers find the perfect product, quickly grow your email list, boost your conversion rate, and automatically book qualified meetings, all in real time, with a virtual sales assistant that generates new opportunities 24/7. Instantly answer questions, reduce ticket volume, and boost customer satisfaction. Increase customer satisfaction by automatically answering customer’s common questions. Instantly identify & respond to new questions, or automatically hand-off to your existing support tool as needed. Gather actionable feedback & data with conversational chatbot forms and surveys. Transform feedback & data collection into a real-time, conversational experience. Ask the right questions at the right time, and automatically ask personalized, intelligent follow-up questions. How does Gobot work? Pick from 100+ pre-built plug n’ play bot templates or use Gobot’s intuitive and simple drag n’ drop builder to easily build chatbots that match your store’s style. Click Publish and your bot appears on your site and engages your visitors! Your bot can be up and running in under a minute. Match colors, add your logo, set the position, and change to your native language. Easily connect Gobot to your existing help desk, CRM, live chat tool, email marketing tool, and much more. Analyze your bot’s chats, visualize where people are dropping off, view email conversion rate, download a CSV of collected user responses, study survey results, and much more. Advanced Page Level Targeting and Behavior Personalization Gobot allows you to create a highly targeted message based on the specific page or traffic referral source your visitor followed to arrive at your site. This allows you to segment your email list and group your subscribers based on their interest and interaction with your website. Segmentation allows you to send relevant emails to your subscribers to achieve higher open rates, higher click through rates, increased sales and revenue, greater customer retention, and a lower unsubscribe rate. Gobot can also be triggered when your visitors scroll to a particular spot on your website or at the precise moment your visitors are about to leave. This allows you to re-engage visitors and encourage subscription. Full Features List: 100+ bot templates (responsive & mobile-friendly) Automatically answer customer questions & create a knowledge base Built-in email marketing & automation features Use webhooks to send collected data to any tool you use Poll functionality for polling your visitors 0-10 Surveys for gauging level of satisfaction with your site Form functionality with CSV output to spreadsheets Calendar functionality for scheduling calls and meetings Social buttons for promoting shares/likes/follows Powerful page level targeting to build a hyper-segmented email list Custom analytics to tell you which bots are converting the best Exit sensitive triggered bots for converting abandoning website visitors into subscribers and customers Scroll-triggered & geographic location-specific bots for enhanced conversion rates Timed bots – display opt-ins after a certain time or on second pageview Automatically tag particular visitors for follow-up Easy integration with popular email marketing service providers Color & style match your brand Join 10,000+ other companies and add Gobot to your store today. Start automatically answering customer questions, generating qualified leads, helping shoppers find the perfect product, collecting customer feedback, sending personalized emails, scheduling appointments, and much more – no programming skills needed. Gobot is a trademark of Gobot LLC.
Top keywords
- gobot13×1.91%
- customer10×1.47%
- questions10×1.47%
- visitors10×1.47%
- automatically9×1.32%
- bot9×1.32%
- email8×1.17%
- allows4×0.59%
- answer4×0.59%
- bots4×0.59%
- customer questions4×0.59%
- feedback4×0.59%
Team Messenger
Team Messenger is a WordPress plugin that adds secure, real-time messaging for logged-in users. It includes one-to-one chats, group rooms, optional end-to-end encryption for private threads, media uploads with administrator-controlled policies, presence, notification badges, pinned messages, and dedicated interfaces on both the public site and in wp-admin. Technical details and changelog notes may be published on the plugin support page or in the documentation as they are updated. English — Numbered feature list Real-time direct messaging between logged-in WordPress users over the REST API (team_messenger/v1), including pagination for message history. Optional end-to-end encryption (E2E) for direct messages: clients can exchange messages flagged as encrypted, and public keys are stored per user through dedicated REST endpoints (/keys). Group chats remain readable on the server (plaintext on the server side). Full group-chat lifecycle: create, read, update, and delete groups; set a name, description, and group avatar; list members; add or remove members; and promote or demote roles with a PATCH request on members. Rich media in chats: image, video, and audio attachments, plus optional voice messages recorded in the browser (MediaRecorder, typically WebM/WebA) with server-side MIME handling for reliable uploads. Two upload contexts on /media/upload: chat for conversation attachments and avatar for group profile images. Each context has independent size and format rules, which the server enforces. Administrator-configurable media policy: separate maximum file sizes for chat (0.1–100 MB) and group avatars (0.1–50 MB); toggles for allowed chat categories (image / video / audio) and allowed avatar formats (for example JPEG, PNG, GIF, WebP). Limits are sent to the client as hints; the server performs the final validation. Flexible storage for uploaded files: attachments can live in the WordPress Media Library or in a plugin-protected directory (.htaccess where applicable). Private-path files are downloaded through an authenticated /media/download/{file} request. “Saved messages” (self-chat): a personal notebook thread in which the current user is both sides, for notes and files. Recent conversations: when no search query is sent, the user list prioritizes people you have messaged recently and does not expose the entire user directory. Privacy-conscious user search: at least three characters are required, and the number of results is capped. Presence (online / last seen): clients send a throttled heartbeat to POST /presence. The last_seen and is_online fields appear in user lists only when the viewer has shared direct-message history with that user or shares a group (privacy-preserving). Notifications: GET /notifications/counts returns separate counts and text previews for new personal and group activity since the last acknowledgment. POST /notifications/ack accepts a scope of all, personal, or group. WordPress admin bar integration: when the toolbar is visible, separate nodes show personal and group chat badges. Dropdowns load preview snippets (periodic polling) and allow clearing notifications by scope. Non-administrators link to the site home; users with manage_options can open the full messenger screen. Dashboard widgets (administrators): two WordPress Dashboard widgets—personal (1:1) and group—provide inline chat with the same REST capabilities as the main messenger (including pins and upload limits). They are visible only to users with manage_options who have not disabled admin chat. Pinned messages: one pin per direct thread (stored in team_messenger_direct_pins) and one per group (pinned_message_id). You can pin or unpin from the floating widget, [team_messenger_web_chat], the admin messenger, and the dashboard widgets. A pinned strip shows a snippet and scrolls to the message. Pins are cleared if the underlying message is deleted. Read state: opening a direct thread marks incoming messages from the partner as read (is_read). For groups, per-user last-read timestamps sync when the thread is opened. Your own outgoing group messages can show read receipts (“sent” vs “read”) when all other members have caught up. Message lifecycle: edit or soft-delete your own messages in direct and group threads (the API supports edit and delete on owned messages). Data retention: a daily scheduled event permanently removes soft-deleted direct and group messages whose deleted_at is older than 30 days (GDPR-oriented housekeeping). Multiple surfaces: a floating chat widget on the front end; a full-page [team_messenger_web_chat] shortcode with configurable HTML fallback for guests; a dedicated admin “Messenger” screen; an optional floating FAB on all wp-admin screens (toggle in settings, respects the per-user “hide admin chat” setting); admin bar badges; and two dashboard widgets for administrators. Customization in settings: primary accent color, widget corner placement, welcome text, shortcode guest content (visual/HTML editor), and a site-wide “show messenger on all wp-admin screens” option. Per-user preferences on the user profile: optionally hide front-end chat (widget and shortcode UI) and/or all wp-admin chat (floating messenger, full messenger page, admin bar nodes, and dashboard widgets). Shortcode pages show a short notice if frontend chat is disabled for that user. Abuse protection: rate limiting on sending messages and on creating groups, to reduce spam and overload. Internationalization: text domain team-messenger. Persian (fa_IR) and other translations can ship in the languages folder. English is the source language. فارسی — فهرست شمارهدار امکانات ۱. پیامرسانی مستقیم (یکبهیک) بین کاربران واردشدهٔ وردپرس از طریق REST API با فضای نام team_messenger/v1 و صفحهبندی تاریخچهٔ پیام. ۲. رمزنگاری سرتاسری اختیاری برای گفتگوی خصوصی: میتوان پیام را با پرچم رمزشده ذخیره کرد؛ کلیدهای عمومی از طریق endpointهای /keys ذخیره و بازیابی میشوند. در گفتگوی گروهی، متن روی سرور بهصورت متن عادی قابل پردازش است. ۳. چرخهٔ کامل مدیریت چت گروهی: ایجاد، ویرایش و حذف گروه؛ تنظیم نام، توضیحات و آواتار گروه؛ فهرست اعضا؛ افزودن یا حذف عضو؛ و تغییر نقش با PATCH روی عضو. ۴. رسانهٔ غنی در گفتگو: تصویر، ویدیو و صوت؛ پیام صوتی با ضبط در مرورگر (معمولاً WebM/WebA) و نرمالسازی MIME در سمت سرور. ۵. دو زمینهٔ آپلود در /media/upload: chat برای پیوست گفتگو و avatar برای تصویر پروفایل گروه؛ هر کدام سقف حجم و فرمت مستقل دارند و اعتبارسنجی نهایی در سرور انجام میشود. ۶. سیاست رسانه از پنل مدیر: حداکثر حجم جداگانه برای چت (۰٫۱ تا ۱۰۰ مگابایت) و آواتار گروه (۰٫۱ تا ۵۰ مگابایت)؛ امکان روشن یا خاموش کردن دستههای مجاز چت و فرمتهای مجاز آواتار. اعداد بهصورت راهنما به کلاینت ارسال میشوند و تصمیم نهایی با سرور است. ۷. ذخیرهسازی انعطافپذیر: فایلها میتوانند در کتابخانهٔ رسانهٔ وردپرس یا در پوشهٔ محافظتشدهٔ افزونه (با .htaccess در صورت امکان) قرار بگیرند. برای مسیر اختصاصی، دانلود فقط از طریق /media/download/{file} و برای کاربر احراز هویتشده انجام میشود. ۸. «پیامهای ذخیرهشده» (چت با خود): فضای شخصی برای یادداشت و فایل که کاربر فعلی هر دو طرف گفتگو است. ۹. گفتگوهای اخیر: وقتی جستجویی ارسال نشده باشد، فهرست کاربران کسانی را در اولویت قرار میدهد که اخیراً با آنها پیام رد و بدل کردهاید و کل دایرکتوری کاربران را نمایش نمیدهد. ۱۰. جستجوی کاربر با رعایت حریم خصوصی: حداقل سه کاراکتر لازم است و تعداد نتایج محدود است. ۱۱. حضور (آنلاین / آخرین فعالیت): کلاینت ضربان کنترلشده (throttled) به POST /presence میفرستد. فیلدهای last_seen و is_online فقط وقتی در فهرست کاربران دیده میشوند که بیننده سابقهٔ پیام خصوصی مشترک یا عضویت در یک گروه مشترک با آن کاربر داشته باشد. ۱۲. اعلانها: GET /notifications/counts شمارنده و پیشنمایش متن فعالیت شخصی و گروهی را از زمان آخرین تأیید برمیگرداند. POST /notifications/ack محدودهٔ all، personal یا group را میپذیرد. ۱۳. یکپارچگی با نوار ابزار وردپرس: وقتی نوار ابزار نمایان است، دو گره جدا شمارندهٔ چت شخصی و گروهی را نشان میدهند. منوهای کشویی پیشنمایش را با polling دورهای بارگذاری میکنند و امکان پاکسازی اعلانها بر اساس محدوده را دارند. کاربران غیرمدیر به صفحهٔ خانه لینک میشوند؛ کاربران دارای manage_options میتوانند به صفحهٔ کامل پیامرسان بروند. ۱۴. ویجتهای پیشخوان (مدیران): دو ویجت جداگانه در پیشخوان وردپرس—گفتگوی شخصی (یکبهیک) و گروهی—همان قابلیتهای REST پیامرسان اصلی را دارند (از جمله پین و محدودیت آپلود). فقط برای کاربران دارای manage_options که چت مدیریت را غیرفعال نکردهاند نمایش داده میشوند. ۱۵. پیام پینشده: یک پین برای هر گفتگوی دونفره و یک پین برای هر گروه. پین و برداشتن پین از ویجت شناور، شورتکد [team_messenger_web_chat]، پیامرسان مدیریت و ویجتهای پیشخوان امکانپذیر است. نوار پین تکهای از متن را نشان میدهد و به پیام اسکرول میکند. اگر پیام اصلی حذف شود، پین نیز برداشته میشود. ۱۶. وضعیت خواندهشدن: با باز کردن گفتگوی خصوصی، پیامهای ورودی طرف مقابل بهصورت is_read علامت میخورند. در گروه، مهر زمانی آخرین بازدید هر کاربر همگام میشود. برای پیامهای خروجی خودتان میتوان رسید «همه خواندند» را وقتی سایر اعضا همگام شدهاند نشان داد. ۱۷. چرخهٔ پیام: ویرایش یا حذف نرم پیامهای خودتان در گفتگوی خصوصی و گروهی از طریق API. ۱۸. نگهداری داده: یک رویداد زمانبندیشدهٔ روزانه پیامهای حذفشدهٔ نرم مستقیم و گروهی را که deleted_at آنها قدیمیتر از ۳۰ روز است برای همیشه پاک میکند (خانهتکانی با رویکرد GDPR). ۱۹. چندین رابط: ویجت شناور در سایت؛ شورتکد تمامصفحهٔ [team_messenger_web_chat] با محتوای HTML قابل تنظیم برای مهمان؛ صفحهٔ اختصاصی «پیامرسان» در مدیریت؛ دکمهٔ شناور اختیاری در تمام صفحات wp-admin (تنظیم سراسری و احترام به خاموش بودن چت مدیریت برای هر کاربر)؛ نشانهای نوار ابزار؛ و دو ویجت پیشخوان برای مدیران. ۲۰. شخصیسازی در تنظیمات: رنگ اصلی تأکید، محل گوشهٔ ویجت، متن خوشآمدگویی، محتوای مهمان شورتکد (ویرایشگر دیداری/HTML)، و گزینهٔ سراسری «نمایش پیامرسان در تمام صفحات wp-admin». ۲۱. ترجیحات هر کاربر در پروفایل: امکان پنهان کردن چت سایت (ویجت و رابط شورتکد) و/یا همهٔ چت wp-admin (پیامرسان شناور، صفحهٔ کامل پیامرسان، گرههای نوار ابزار و ویجتهای پیشخوان). اگر چت فرانتاند برای آن کاربر خاموش باشد، صفحهٔ شورتکد یک اعلان کوتاه نشان میدهد. ۲۲. محافظت در برابر سوءاستفاده: محدودیت نرخ ارسال پیام و ایجاد گروه برای کاهش هرزنامه و بار اضافی. ۲۳. چندزبانه: دامنهٔ متن team-messenger؛ ترجمههای فارسی (fa_IR) و سایر زبانها میتوانند از پوشهٔ languages عرضه شوند؛ زبان مبدأ متنها انگلیسی است.