Skip to content

sympla/the-broken-tusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Broken Tusk

PHP Wrapper to dispatch campaigns in Track.co

Instaling

composer require sympla/the-broken-tusk

Before Use

First you need to login into your Track.co account and enable v2 API and generate a Access token and create a campaign to send the e-mail

Dispatch campaign

In your project add the class initialize with the token and call method sendDispatchRequest with campaign ID, Username and Email.

use Tracksale\Request\DispatchCampaign;

$sendCampaign = new DispatchCampaign('TRACKSALE_TOKEN');

$response = $sendCampaign->sendDispatchRequest($campaign_id, $user_name, $email);
        

Did You Know?

The Broken Tusk is the one of several inns of Orgrimmar, this one located within the Valley of Strength near the Orgrimmar General Store and Auction House. Its most famous resident is Gamon, long beset by members of his own faction due to his formerly low level.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages