Function

This object is used to query the CRM+ system.

Please see the following page on how to build a query successfully: CRM+ Querying

Parameters

ParameterPurpose
Object NameThe name of this object instance
Query

The SQL query to be executed. 

For example:

SELECT * FROM Contacts WHERE phone='%2B$caller';

Outputs

OutputUsed when ...
OKA 200 result is retrieved which is not empty (result.* contains data).
Not FoundAll other http results and also 200 results, where the retrieved result is empty.
ErrorWhen a technical error happens trying to access the service.

Variables Provided

VariableProvidedContains
$crmplus.urlAlwaysThe URL pointing to the CRM+ instance.
$crmplus.*When data is retrievedVariables containing all retrieved data from the JSON result.

Release