We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e97dfa + 3d0cbef commit 0b37f58Copy full SHA for 0b37f58
src/Resources/Resources.php
@@ -305,7 +305,7 @@ public function UpdateCampaign(ApiCampaign $apiCampaign) {
305
}
306
307
public function PostCampaignsSend(ApiCampaignSend $apiCampaignSend) {
308
- return new ApiCampaignSend('campaigns/send', 'POST', $apiCampaignSend->toJson());
+ return new ApiCampaignSend($this->execute('campaigns/send', 'POST', $apiCampaignSend->toJson()));
309
310
311
public function GetCampaignsSendBySendId($sendId) {
0 commit comments