ImplementedInterfacesResponse
Feature flags derived from the selected connector module and server configuration.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
getAuthType |
boolean | Yes | Whether the connector implements getAuthType. |
getOauthInfo |
boolean | No | For OAuth connectors, whether getOauthInfo is implemented. |
getBasicAuth |
boolean | No | For API-key connectors, whether getBasicAuth is implemented. |
getUserInfo |
boolean | Yes | Whether the connector implements getUserInfo. |
createCallLog |
boolean | Yes | Whether the connector implements createCallLog. |
updateCallLog |
boolean | Yes | Whether the connector implements updateCallLog. |
getCallLog |
boolean | Yes | Whether the connector implements getCallLog. |
createMessageLog |
boolean | Yes | Whether the connector implements createMessageLog. |
updateMessageLog |
boolean | Yes | Whether the connector implements updateMessageLog. |
createContact |
boolean | Yes | Whether the connector implements createContact. |
findContact |
boolean | Yes | Whether the connector implements findContact. |
listAppointments |
boolean | Yes | Whether the connector implements listAppointments. |
createAppointment |
boolean | Yes | Whether the connector implements createAppointment. |
updateAppointment |
boolean | Yes | Whether the connector implements updateAppointment. |
refreshAppointment |
boolean | Yes | Whether the connector implements refreshAppointment. |
confirmAppointment |
boolean | Yes | Whether the connector implements confirmAppointment. |
cancelAppointment |
boolean | Yes | Whether the connector implements cancelAppointment. |
unAuthorize |
boolean | Yes | Whether the connector implements unAuthorize. |
upsertCallDisposition |
boolean | Yes | Whether the connector implements upsertCallDisposition. |
findContactWithName |
boolean | Yes | Whether the connector implements findContactWithName. |
getUserList |
boolean | Yes | Whether the connector implements getUserList. |
getLicenseStatus |
boolean | Yes | Whether the connector implements getLicenseStatus. |
getLogFormatType |
boolean | Yes | Whether the connector implements getLogFormatType. |
refreshUserInfo |
boolean | Yes | Whether the connector implements refreshUserInfo. |
cacheCallNote |
boolean | Yes | Whether this App Connect deployment enables the temporary call-note cache. |
Example
{
"getAuthType": false,
"getOauthInfo": false,
"getBasicAuth": false,
"getUserInfo": false,
"createCallLog": false,
"updateCallLog": false,
"getCallLog": false,
"createMessageLog": false,
"updateMessageLog": false,
"createContact": false,
"findContact": false,
"listAppointments": false
}