-
When I call:
```
require 'emarsys'
Emarsys.configure do |c|
c.api_username = ENV['EMARSYS_USERNAME']
c.api_password = ENV['EMARSYS_PASSWORD']
c.api_endpoint = ENV['EMARSYS_API_URL'] || 'https:/…
-
Delete contact end point is not implemented: http://documentation.emarsys.com/resource/developers/endpoints/contacts/delete-contact/
You should just add the next code to the Client class:
/…
-
Hello,
i installed all and deamon seems to working fine, but in maillog i get these messages:
```
imap(webmaster@foo.de): Error: write(/tmp/xapsd.sock) failed: Broken pipe
```
and when getting new …
-
Since @miguelverissimo pull request got merged with master, Emarsys didn't release a new version of this gem.
As i need the `include_path` feature I'm requiring this code directly from the git repos…
-
can you add options for `sha1` digest encoding?
if no argument, use `base64` by defaulf.
if there is any, use the option argument.
Thank you :)
-
hello Florian,
Thank you very much for your support, the last issue with the Content-Type-Header is working now.
At the moment, the wsse token is ignored, this is my configuration:
```
guzzle:
…
-
Hi,
Unfortunately, updating the nodejs version, the librato backend is not working anymore.
More precisely, we are getting the following excpetion
```
_http_client.js:73
throw new TypeError('Re…
-
In case of email change email field (ID = 3) can not be used as identified. In this case internal Emarsys ID has to be obtained and used as identifier. In order to do so two fields "key_id" and "id" h…
-
Any particular reason why Guzzle is used in this project? I'm not criticising, more like just curious. I never had an experience with Guzzle before but as far as I can see sending a request of Emarsys…
-
Hello. I have trouble when try install this client (
```
php composer.phar require snowcap/emarsys:*
./composer.json has been updated
Loading composer repositories with package information
Updating d…