A simple, one-click solution to test all your email template language variants in Customer.io. No installation needed - just copy, paste, and run!
- Tests all your template language variants in one go
- Works with both visible language tabs and dropdown menus
- Shows you exactly which languages were tested successfully
- Provides a clear summary of results
- Open your Customer.io template in the editor
- Press
F12(or right-click and select "Inspect") to open Developer Tools - Click on the "Console" tab
- Copy the code from automate.js
- Paste the code into the console and press Enter
- Watch it send test emails of all your languages!
The script will show you:
- Which languages are being tested
- Success/failure status for each language
- A final summary of all tests
Example output:
π Starting Language Test Automation...
π Found 32 languages to test
β
Successfully tested: English
β
Successfully tested: Spanish
[... and so on ...]
π Final Summary:
β
30 languages tested successfully
β 2 languages need attention
β±οΈ Total time: 4.5 seconds
- Make sure your template is fully loaded before running the script
- Keep the console open to see the progress
- If you have many languages, they'll appear in a dropdown menu - the script handles this automatically
Found an issue or have a suggestion? Feel free to open an issue on GitHub!
MIT License - feel free to use this in your projects!