sympla/the-broken-tusk

There is no license information available for the latest version (0.0.1) of this package.

Sdk para integração com Track.co

0.0.1 2020-09-03 14:40 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:51:37 UTC


README

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.