Exporting & Importing Alerts
Export individual alerts to share with other streamers, backup specific configurations, or transfer to another computer. You can choose to include or exclude platform accounts.
Quick Start Guide
Exporting an Alert
- Go to the Alerts tab.
- Find the alert you want to export.
- Click the three dots (⋮) menu on the right.
- Select "Export".
- Choose which platforms to include (if any).
- Choose a save location and filename.
- Click Save.
[IMAGE PLACEHOLDER: Alerts page - three dots menu with Export option]
You can export just the alert configuration, or include specific platform accounts (with credentials). Use this to share alerts while controlling what gets shared.
The exported alert contains:
- Everything from configuration-only export
- Optionally: selected platform credentials
[IMAGE PLACEHOLDER: Export dialog with accounts selected and password option]
When including platform accounts, you're exporting platform API tokens, OAuth credentials, and webhook keys. Only share with people you trust!
Password Protection (Recommended for Shared Exports)
- Check "Password Protect" in the export dialog.
- Enter a strong password.
- Share the password separately (not in the same message/email).
Encryption: AES-256-GCM
No password recovery available. Store it in a password manager!
Importing an Alert
- Go to the Alerts tab.
- Click "Import Alert" button at the top.
- Select the exported alert file (
.json). - If password-protected, enter the password.
- Review the preview showing:
- Alert name and settings
- Included platforms (if any)
- Select which accounts to import (if export included them).
- Click "Import".
[IMAGE PLACEHOLDER: Import dialog showing alert preview and account selection]
Common Use Cases
Sharing Alert Templates
Scenario: You created an awesome donation alert and want to share it publicly.
Steps:
- Export alert without accounts.
- Share file on Discord, forums, or GitHub.
- Users import and connect their own platforms.
Safe to share: No credentials, just configuration.
Backing Up Specific Alerts
Scenario: You're testing major changes to an alert and want a safety net.
Steps:
- Export the alert with accounts (if you need the connected platforms).
- Save to local drive.
- Test your changes.
- If it breaks, import the backup.
Quick restore: Import creates a new alert, original stays safe.
Transferring to Another Computer
Scenario: Setting up TipLink on a streaming PC.
Steps:
- Export alerts with accounts from main PC.
- Use password protection.
- Transfer files via USB or cloud.
- Import on streaming PC.
Result: Identical alerts with working platform connections.
Collaborating With Team Members
Scenario: Your editor needs the same alerts as you.
Steps:
- Export with accounts you're comfortable sharing.
- Password-protect the export.
- Share file + password separately.
- They import and both have working alerts.
Flexible: Choose exactly which platforms to include per person.
Troubleshooting
Import Failed: Invalid Alert File
Causes:
- File corrupted
- Not a TipLink alert export
- Wrong file version
- Manually edited JSON broke structure
Fix: Re-export from source, don't manually edit JSON.
Import Failed: Incorrect Password
Causes:
- Wrong password entered
- Typo (passwords are case-sensitive)
- File corrupted
Fix: Double-check password and try again.
Imported Platforms Don't Work
Causes:
- Platform tokens expired
- Platform changed (Twitch username changed, etc.)
- Platform no longer exists
Fix: Re-connect to the account in question within "Platforms"
FAQ
Can I export multiple alerts at once?
Not individually. For multiple alerts, use Settings → Export Full Backup instead.
Will importing affect my existing alerts?
No! Imports create NEW alerts with new IDs. Your existing alerts remain untouched.
Do I need the same platforms installed to import?
No, any included accounts will be imported automatically and assigned to the new alert. If no accounts are included, these fields will remain blank to select your own accounts.
Can I edit exported JSON manually?
Yes, but risky. One syntax error breaks the import. Only for advanced users.
Can I use exports from TipLink v1.x?
No. Alert export file produced in versions older than v1.5.0 are not compatible with later versions.