Skip to content

a-25/expert-sender-api

 
 

Repository files navigation

Expert Sender Api

Simple API for expert sender service

Usage

$expertSender = new ExpertSender('https://api.esv2.com/', $apiKey);

$customProperty = new Property(1775, ExpertSenderEnum::TYPE_STRING, 'female')
$result = $expertSender->addUserToList('my@mail.com', $listId, [$customProperty], 'My name');

if ($result->isOk()) {
    ...
} else {
    ...
}

Implemented functions

  • addUserToList
  • deleteUser

About

Simple API for expert sender service

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%