Download the PHP package qortex/php-emarsys-connector without Composer
On this page you can find all versions of the php package qortex/php-emarsys-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qortex/php-emarsys-connector
More information about qortex/php-emarsys-connector
Files in qortex/php-emarsys-connector
Package php-emarsys-connector
Short Description Provides connection to Emarsys Omnichannel Customer Engagement Platform API v2
License GPL-3.0-or-later
Informations about the package php-emarsys-connector
Provides connection to Emarsys Omnichannel Customer Engagement Platform API v2
If you are developing with Laravel, concider using laravel-emarsys-connector instead. I allows to use connector as an injected dependency.
Install
Use
First, obtain credentials for Emarsys API User.
Then, pass these credentials as username and secret to EmarsysConnector
constructor:
Last, use any of the following EmarsysConnector
methods to communicate with Emarsys Omnichannel Customer Engagement Platform:
Queries all contacts matching $key
with the $value
in Emarsys contacts database, regardless the contact lists.
Emarsys API List Contact Data
Creates a contact in Emarsys contacts database and populates its properties with $properties
. $key
is used to provide uniqueness of the contact.
Emarsys API Create Contacts
Deletes a contact with $key
equals $value
from Emarsys contacts database.
Emarsys API Delete a Contact
Adds a contact defined by $contactId
to a contact list defined by $listId
.
Emarsys API Add Contacts to a Contact List
Removes a contact defined by $contactId
from a contact list defined by $listId
.
Emarsys API Remove Contacts from a Contact List
Counts contacts in a contact list defined by $listId
Emarsys API Count Contacts in a Contact List