Core ConceptsFeatures

Core Features

Explore E-SMART360's essential tools for handling customer interactions, automation, and broadcasting via WhatsApp.

Overview

E-SMART360 provides powerful features to manage customer communications through WhatsApp and other channels. You can handle conversations from a unified inbox, automate responses with bots, broadcast messages to subscribers, and manage e-commerce catalogs seamlessly.

These tools help you scale support operations while maintaining personalized interactions. Key capabilities include multi-platform chat management, template-based messaging, audience segmentation, chatbot automation, and order handling.

Omnichannel Inbox

Manage conversations across platforms without switching apps. E-SMART360's inbox aggregates WhatsApp, Instagram, Facebook Messenger, and website live chat into a single view.

Enable channels in your dashboard settings to start receiving messages from multiple sources.

Connect your WhatsApp Business API account to route messages.

Message Templates and Broadcasting

Design approved WhatsApp templates for proactive messaging. Use them in broadcasts to reach subscribers efficiently.

Create Template

Navigate to Message Templates and submit for WhatsApp approval.

Build Broadcast

Select audience, template, and schedule delivery.

Track Results

Monitor open rates and replies in analytics.

Here is an example API call to send a broadcast:

const response = await fetch('https://api.example.com/v1/broadcasts', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    template_id: 'welcome_template',
    recipients: ['+1234567890', '+0987654321']
  })
});
path
template_idstring
Required

ID of the approved message template.

path
recipientsarray
Required

Array of phone numbers in E.164 format.

Subscriber Management

Import contacts and segment them using labels and custom fields. This enables targeted campaigns and personalized support.

Bot Builder and Automation

Build conversational flows with triggers, buttons, and logic branches. No coding required—drag and drop to automate replies.

Catalog and E-Commerce

Share interactive catalogs in WhatsApp chats. Customers browse products and place orders directly.

order_idstring

Unique order identifier.

itemsarray

List of products with quantity and price.

Test catalogs in sandbox mode before going live to ensure smooth order flow.