aenetworks/exacttarget

Component library for ExactTarget API

dev-master 2016-09-02 15:13 UTC

This package is not auto-updated.

Last update: 2020-06-22 10:50:34 UTC


README

Package: aenetworks/exacttarget
Uses: ExactTargetHelper.php

General

The ExactTargetHelper is a wrapper class based on the ExactTarget PHP starter kit. The purpose of this library is to spend less time writing Exact Target code and more time working with your application.

Reference: https://help.exacttarget.com/en-US/technical_library/web_service_guide/getting_started_developers_and_the_exacttarget_api/connecting_to_the_api_using_php/>

Installation

Packagist

Add exacttarget to your composer.json

{
    "require": {
           "aenetworks/exacttarget": "dev-master"
    }
}

Next run a composer update

$ php composer.phar update aenetworks/exacttarget

CHANGELOG

retrieveTemplate

ExacttargetHelper now can retrieve template from ExactTarget.

createEmail

ExactTargetHelper now have a createEmail($email) method which eliminates the need for calling the client create yourself.

sendEmail

ExactTargetHelper now have a sendEmail($list_id, $email_id, $send_classification_id) method which eliminates the need for calling the client sendEmail yourself.

Contributors