2017 © Pedro Peláez
 

library ecomail

API Wrapper

image

ecomailcz/ecomail

API Wrapper

  • Tuesday, October 4, 2016
  • by Tlapi
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,698 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 1 Versions
  • 119 % Grown

The README.md

PHP wrapper for Ecomail API

Build Status Downloads this Month, (*1)

Instalation

composer require ecomailcz/ecomail

Usage

$ecomail = new Ecomail('API_KEY');
$ecomail->getListsCollection();

When there are more results, you will get last_page parameter in your response, which you can then use in another request., (*2)

$ecomail->page(2)->getListsCollection();

You will find your API key in your account in "integrations" section., (*3)

Available methods

All methods returns: array stdClass string, (*4)

For more detailed documentation please visit: https://ecomailczv2.docs.apiary.io/, (*5)

List and Subscriber Management

getListsCollection

addListCollection

showList

updateList

getSubscribers

getSubscriber

getSubscriberList

addSubscriber

removeSubscriber

updateSubscriber

addSubscriberBulk

deleteSubscriber

getSubscriberByEmail

Campaigns

listCampaigns

addCampaign

updateCampaign

sendCampaign

getCampaignStats

getCampaignStatsDetail

Automation

listAutomations

triggerAutomation

getPipelineStats

getPipelineStatsDetail

Templates

createTemplate

Domains

listDomains

createDomain

deleteDomain

Transactional Emails

sendTransactionalEmail

sendTransactionalTemplate

getTransactionalStats

getTransactionalStatsDOI

Transactions

createNewTransaction

createBulkTransactions

updateTransaction

deleteTransaction

Feeds

refreshProductFeed

refreshDataFeed

Tracker

addEvent

search

Discount Coupons

importCoupons

deleteCoupons

The Versions

04/10 2016

dev-master

9999999-dev

API Wrapper

  Sources   Download

GNU GPL 3

The Requires

  • php >=5.3.2

 

api newsletter email marketing wrapper ecomail