Tools and News for Developers using the AllClients Platform

SetAccountFeatures

Overview

Please note: This API Function is not enabled by default in new White Label accounts. Please contact us to have this function enabled for your account.

Post Url

https://ReplaceWithYourWhiteLabelCRMDomain/api/2/SetAccountFeatures.aspx
  • SSL is requred

Form Fields

Field Max Length* Required Notes
response_type No Default results will be returned in XML.Set this field value to json to return results in JSON format
apiusername Yes API User Name and password are assigned by AllClients
apipassword Yes API User Name and password are assigned by AllClients
accountid Yes
features No Allowed values are Gold or Silver (default is Gold)
voicetouch 1 No Set to 0 (zero) to disable VoiceTouch for this user, or to enable VoiceTouch for this user.

Only applicable if your WLCRM is configured to have VoiceTouch enabled on an individual basis.

hidetexttojoin 1 No Set to 1 to hide VoiceTouch’s “Text to Join” feature for this user, or (zero) to unhide “Text to Join” for this user.   (Text to Join is visible by default when VoiceTouch is enabled)
autosendtodos 9 No Options

off – turn off AutoSend for this account and all team members

morning – send To-Do Emails on the morning of the due date
afternoon – send To-Do Emails on the afternoon of the due date
evening – send To-Do Emails on the evening of the due date

maxcontacts No Set the maximum number of contacts allowed for this account.

If higher than your system’s default Maximum Contacts, this value will be ignored.

Set to -1 to revert to your default Maximum Contacts.

* An error will not result if Max Length is exceeded. Data will be trimmed to this length. 

Sample Results

Success Message

<?xml version="1.0"?>
<results>
    <message>Success</message>
    <accountid>2425</accountid>
    <features>Gold</features>
    <autosendtodos>morning</autosendtodos>
</results>

Sample Failure Message

<?xml version="1.0"?>
<results>
    <error>Authentication failed</error>
</results>