Skip to content

Commit

Permalink
Merge pull request #38 from JakubKontra/Fix-Automation-url
Browse files Browse the repository at this point in the history
Fix automation api url
  • Loading branch information
pekral authored Apr 17, 2023
2 parents 33bd0eb + da67374 commit 48d29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ecomail.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function getCampaignStats($campaign_id)
*/
public function listAutomations()
{
$url = $this->joinString('automation');
$url = $this->joinString('pipelines');
return $this->get($url);
}

Expand Down

0 comments on commit 48d29ac

Please sign in to comment.