Skip to content

Releases: GroundSix/communicator-sdk

2.0.0-beta-1

15 Jun 16:42
Compare
Choose a tag to compare
Add doccomment for magic static methods

Add subscriptions for a new contact

31 Jan 17:22
Compare
Choose a tag to compare
Pre-release
// AddContact(int $tableID [, int[string] $columnMappings [, int[]|int[bool] $subscriptions]]])
$request = AddContact(12345, [123 => '[email protected]'], [654, 678 => true]);
$dataService->addContact($request);
// true / false { do stuff...}