Releases: GroundSix/communicator-sdk
Releases · GroundSix/communicator-sdk
2.0.0-beta-1
Add doccomment for magic static methods
Add subscriptions for a new contact
// 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...}