Email

Customers receive emails from your own address and reply straight to your inbox — required for the app to send.

Required Gmail only

App Password ≠ your normal Gmail password — get it here ↗ (turn on 2-Step Verification first).

Shown in the From column of the customer's inbox. We recommend matching your Chat display.

What the customer sees
FromInbox+ <[email protected]>
SubjectNS-XXXX. Hello, I'd like to ask…
Inbox+ · 2:25 PM
Hello! How can I help?
Me · 2:28 PM
I'd like to ask about product X.
Widget appearance

Title shown at the top of the widget.

Color of the chat button & header · Image to replace the chat button icon (empty = default).

Label appears under the button (brand color, white text) with a live online/offline dot. Empty = no label.

Preview
Hi 👋
Tagline

A small line under the name in the widget header.

Up to 5 quick-pick lines selectable from the dashboard header (e.g. "Be right back ☕").

Preview
Navi+ Support
Hi, nice to see you! 👋
Greeting & status
Preview
Hi! 👋 How can I help you today?
⏰ Mon–Fri 9am–6pm ICT
Public profile

Name shown above each message you send in chat. Empty = account name.

Preview
Sarah@Acme · 2:30 PM
Thanks for reaching out!
Wfig@
Widget embed code
Prefill customer info (window.nsvars)
/* Place BEFORE the widget script tag */
<script>
  window.nsvars = {
    customerName:  "John Smith",
    customerEmail: "[email protected]",
    store:         "mystore.com",
  };
</script>

Priority: localStorage (returning customer) → nsvars → empty (customer fills it in).

Integration guide
  1. Set up first: enter your Sender email + App Password in the Email block (required).
  2. Copy the embed code and paste it before your site's </body> tag, then save & deploy.
  3. A chat button appears at the bottom right — customers click it, enter their email, and send a message.
  4. New messages arrive in the Chat page plus an alert email (to your login email).
  5. If you don't reply in time, the app emails the chat summary to the customer from your Sender email; their reply goes straight to that inbox.
Full guide (React, Next.js, Shopify, inline trigger…)