ElasticEmail.WebApiClient-php icon indicating copy to clipboard operation
ElasticEmail.WebApiClient-php copied to clipboard

Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/

Results 5 ElasticEmail.WebApiClient-php issues
Sort by recently updated
recently updated
newest added

Hi, I try to use true and false as a php bool but the request fail because it want a string not a bool

1. It's not so useful to initialize client with string configuration keys, as your examples: ```php $configuration = new \ElasticEmailClient\ApiConfiguration([ 'apiUrl' => 'https://api.elasticemail.com/v2/', 'apiKey' => 'yourApiKey' ]); ``` More useful:...

Hy, Just copy and paste the example described in readme.md and it gives me the following error: PHP Catchable fatal error: Argument 1 passed to ElasticEmailClient\ApiConfiguration::setApiKey() must be an instance...

Hey guys, Was just checking out using the api to load the history for a contact, aka see a list of what what emails we have sent them via the...

Hi, I currently maintain the Drupal module integration for Elastic Email and I would like to utilise loading each class (when called) by having defined each relevant class as a...

enhancement