Message Templates
Save and reuse frequently used WebSocket messages.
What are Templates?
Message templates allow you to save frequently used messages for quick access. Instead of retyping complex JSON structures, you can save them once and load them with a single click.
Creating a Template
- Type your message in the message input area
- Click "Save Template" above the input
- Enter a name for your template (e.g., "Auth Request")
- Click Save
Using Templates
- Expand "Message Templates" in the sidebar
- Click on a template name to load it into the message input
- Modify if needed, then send
Template Ideas
Here are some common templates you might want to save:
Authentication
{
"type": "auth",
"token": "your-token-here"
}Subscribe
{
"type": "subscribe",
"channel": "updates"
}Ping
{
"type": "ping"
}Managing Templates
- Hover over a template in the sidebar to see the delete button
- Templates are synced to your account (logged-in users only)
- Free tier: Up to 10 templates. Pro tier: Unlimited templates.