Advanced Usage
Multiple Widget Instances
const supportWidget = await MailAgent.open({
bottom: "20px",
right: "20px",
width: "350px",
height: "500px"
});
const feedbackWidget = await MailAgent.open({
path: "/feedback",
bottom: "20px",
left: "20px",
width: "350px",
height: "400px"
});Dynamic User Switching
Analytics Integration
Programmatic Messaging
Lifecycle Management
Chat Persistence
Feedback Page
Language Detection
Last updated