Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 357 Bytes

#Package to connect to the ActiveCampaign 5 api

$Mailinglist = new ActivecampaignManager('url','user','pass');

get a list (id,name) of all mailinglists in Active Campaign

$Mailinglist->lists();

publish a mailing to Active Campaign

$Mailinglist->publish('Subject','From-email','From-name','Body ','websiteUrl','mailing list id'));