Web サイトの RSS フィードを読み取り、1 日 1 回に設定されている Mailchimp RSS キャンペーンがあります。アイテムをフィードに追加した後、このキャンペーンをプログラムで送信したいと考えています。
私は PerceptiveMCAPI を使用しており、キャンペーンをトリガーするための私のコードは
campaignSendNowInput campaignSendNowInput = new campaignSendNowInput(apiKey, campaignKey);
campaignSendNow campaignSendNow = new campaignSendNow(campaignSendNowInput);
campaignSendNowOutput campaignSendNowOutput = campaignSendNow.Execute();
私が受け取るエラーは次のようになります
"Error Code: 313, Message: This Campaign has already been sent and can not be sent again."
これを引き起こしている原因についてのアイデアはありますか?