mailwizz campaigns

maxela

Member
Hi,
I used to create campaigns MANUALLY, but I takes a lot of time to create many campaigns
Is there a way to import fastly many campaigns (subject + email content)?
Any ideas?

Thanks
 
@twisted1919 , thank you for the share of the link
However I need help from you please
what I want to do is to create script (shell/python ) to automatically create many campaigns and schedule them too:
in my server on home directory I have:
1. text file with 3 subjects( subject1,subject2,subject3) each one per line
2. a folder1 that contains 3 html templates (template1.html, template2.html, template3.html) which are the content of campaigns

the script will do the follwing:

1. take subject1 from text file and take template1.html from folder1 then use create campaign in this link https://github.com/twisted1919/mailwizz-php-sdk/blob/master/examples/campaigns.php#L39

2. take subject2 from text file and take template2.html from folder1 then use create campaign in this link https://github.com/twisted1919/mailwizz-php-sdk/blob/master/examples/campaigns.php#L39

1. take subject3 from text file and take template3.html from folder1 then use create campaign in this link https://github.com/twisted1919/mailwizz-php-sdk/blob/master/examples/campaigns.php#L39

so please tell me how to do that? which steps or any command lines and we can code the script

Thanks in advance
 
Back
Top