Website
Enterprise Plan
User Documentation
Free Trial
Plans and Pricing
Ask or search…
⌃
K
Links
Rocket.Chat Developer
Getting Started
Deploy Rocket.Chat
Development Environment Setup
Architecture and Components
Deep linking
Two Factor Authentication
Contribute to Rocket.Chat
Code of Conduct
Code Review Process
Modes of Contribution
Customize and Embed
Embedded Layout
White Labeling
Iframe Integration
Open-Source Projects
Server
Desktop App
Mobile App
Chat Engine
Overview of Chat Engine
Chat Engine in iframe
Chat Engine with Custom Frontend
Apps-Engine
Rocket.Chat Apps-Engine
Getting Started with Apps-Engine
Create an App
Extend App Capabilities
App Configuration
App Internationalization
App Data Persistence
App Permission System
App Development Lifecycle
Video Conferencing Apps
Omnichannel Apps
Advanced Features
App Submission to the Marketplace
Apps-Engine Reference
Omnichannel
Omnichannel Environment Setup
Livechat widget development and customization
Developing Omnichannel Bots
Omnichannel FAQs
Developing Omnichannel Apps
Bots
Bots Development Environment Setup
Bots Architecture
Creating Your Own Bot From Scratch
Bots FAQs
Reference
API
REST API
Realtime API
Method Calls
Livechat Realtime API
livechat:registerGuest
livechat:sendOfflineMessage
stream-livechat-room
sendMessageLivechat
Subscriptions
Deprecated Endpoints
Schema Definition
Livechat Widget API
Fuselage Design System
Monorepo
Conventions
Componentization
Accessibility
Color Palette
Testing
Third party libraries
Contributing
Powered By
GitBook
livechat:sendOfflineMessage
DDP message
{
"msg"
:
"method"
,
"method"
:
"livechat:sendOfflineMessage"
,
"params"
:
[{
"name"
:
"Visitor Name"
,
"email"
:
"
[email protected]
"
,
"message"
:
"Hello!"
}],
"id"
:
"3"
}
"
Last modified
1yr ago