Import Campaign Template

In our application, admins have the option to export a campaign as a .json file. This export includes every configuration detail except for the user information. Admins can perform this action on the Campaigns page by navigating to the right-hand corner of the campaign, clicking the action button, and then selecting the export option. Upon doing so, the browser will download the .json file. Also, this can be achieved inside the campaign details.

Additionally, there is an option to export campaigns from the campaign creation page. On the final page, known as the Summary page, you can select the option to export the campaign configuration. Clicking this export option will cause the browser to download the .json file.

After obtaining the .json file, the admin can use it to create a new campaign based on the configurations of the exported campaign.

After successfully importing the campaign, the admin will be redirected to the user selection screen. This screen functions in the same manner as the user selection screens from previous campaigns.