Export / Import Bots Between Different WANotifier Accounts
We provide a duplicate button to clone bots within the same account, but if you want to copy a bot from one WANotifier account to another, you can use the bot export/import feature.
The export/import options are present in the top-right corner of the bot builder.
Let’s take a closer look at how they works.
Export a bot
To export your bot, open the bot and click the Export button in the top-right corner.

This will open a pop-up containing your bot’s JSON code.

You can click the Copy JSON button to copy the bot. Then use this JSON to recreate the same bot in another account using the import option (see instructions below).
Import a bot
To import an existing bot that you exported earlier, click the Import button in the top-right corner.

This will open a pop-up with a text field. Paste the copied JSON code here that you exported earlier.

Then click the Import button to import all the nodes and connections into your bot builder.
Please note that importing a bot will replace all existing nodes and connections in the current bot.
Updated on: 30/04/2026
Thank you!