ecomailcz/ecomail

Ecomail.cz API Wrapper

v1.2.6 2023-04-17 13:28 UTC

This package is auto-updated.

Last update: 2023-05-17 13:36:54 UTC


README

Build Status Downloads this Month

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.

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

You will find your API key in your account in "integrations" section.

Available methods

All methods returns: array stdClass string

For more detailed documentation please visit: https://ecomailczv2.docs.apiary.io/

getListsCollection

addListCollection

showList

updateList

getSubscribers

getSubscriber

addSubscriber

removeSubscriber

updateSubscriber

addSubscriberBulk

listCampaigns

addCampaign

updateCampaign

sendCampaign

listAutomations

createTemplate

listDomains

createDomain

deleteDomain

sendTransactionalEmail

sendTransactionalTemplate

createNewTransaction

createBulkTransactions

triggerAutomation