2017 © Pedro Peláez
 

library exact-target

Package to send an email to a data extention in salesforce using the ExactTarget SOAP api

image

eboost/exact-target

Package to send an email to a data extention in salesforce using the ExactTarget SOAP api

  • Friday, December 16, 2016
  • by BertvanHoekelen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

EBOOST ExactTarget Client (SalesForce)

The ExactTarget component is a collection of classes based on the ExactTarget PHP starter kit., (*1)

To create this package I have used druid628/exacttarget as a guideline, thanks!, (*2)

Installation

composer require eboost/exact-target

Example

This example sends an email to a data extension., (*3)

$externalKey = 'SOME_KEY_GENERATED_IN_EXACT_TARGET';
$customerKey = 'some_random_key';
$htmlBody = '<b>This email was sent by %%Member_Busname%%  %%Member_Addr%% %%Member_City%%, %%Member_State%%, %%Member_PostalCode%%, %%Member_Country%%</b>';

$client = new ExactTargetClient($username, $password, $instance);

$result = $client->makeAndCreateEmail($customerKey, 'Subject of the email', $htmlBody);
$emailId = $result->Results->NewID;

$client->setEmailDefinition($customerKey, $externalKey, $emailId);
$client->sendEmail($customerKey);

The Versions

16/12 2016

dev-master

9999999-dev https://github.com/eboost/exact-target

Package to send an email to a data extention in salesforce using the ExactTarget SOAP api

  Sources   Download

MIT

The Requires

 

api email soap salesforce exacttarget data extension

16/12 2016

1.0

1.0.0.0 https://github.com/eboost/exact-target

Package to send an email to a data extention in salesforce using the ExactTarget SOAP api

  Sources   Download

MIT

The Requires

 

api email soap salesforce exacttarget data extension