Hi all! I am not a developer but have hired one to integrate Mailchimp's API to my account. Basically the objective is for me to send email marketing campaigns to specific users without having me to manually send a campaign using my mailchimp account. The process is as follows:
1. the files are uploaded to an FTP directory with the following information:
a .csv file containing the list of members
b. .txt containing the message
c. .txt file containing the configuration (message subject and date/time to send the campaign)
2. the mailchimp API automatically checks this directory and if the date is set in the future, it automatically sends. However, here lies the problem. If the date/time to send the campaign is scheduled to be sent in less than 24 hours, it does not send out the campaign
My developer says that it only works if you set the date 24 hours from the time mailchimp's API automatically checks the ftp directory, even if I have a paid high-volume account. Is there any way possible that a campaign can be sent within 24 hours though?
Kindly let me know if anyone here may have experience with this. Thanks in advance!