GET communications/configuration/categories/list
This method returns the communication categories that are allowed to be used by communications. Multiple communications categories are returned by each call
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved category |
name | String | The name of the retrieved category |
code | String | The code of the retrieved category |
description | String | The description of the retrieved category |
parent_id | String | The id of the retrieved category's parent category |
Examples
GET communications/configuration/queue_external_systems/list
This method returns the communication queue external systems that are allowed to be used in communications. Multiple communication queue external systems are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will be creating the communication. The group is filtered against the queue external system's allowed organisational units. The allowed group identifier fields are the following:
| ||||||||||||
unit_identifier (optional) | Unit Identifier | The identifier of the unit that will be creating the communication. The unit is filtered against the queue external system's allowed organisational units. The allowed unit identifier fields are the following:
| ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the communication queue external system |
name | String | The name of the communication queue external system |
alternative_code | String | The alternative code of the communication queue external system |
description | String | A description of the communication queue external system |
character_count_limit | Number | The message character count limit of the communication queue external system |
log_information | Log Information Object | The log information of the communication queue external system |
supported_media_set | Set of Communication Media Objects | The media that can be used in combination with the specific communication queue external system. The media is filtered against the queue external system's supported media. |
Referred Objects Response Data
Examples
GET communications/configuration/templates/list
This method returns the communication templates that are allowed to be used in communications. Multiple communication templates are returned by each call. Note that only effective communication templates are retrieve by this method.
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will be creating the communication. The group is filtered against the templates' allowed organisational units. The allowed group identifier fields are the following:
| ||||||||||||
unit_identifier (optional) | Unit Identifier | The identifier of the unit that will be creating the communication. The unit is filtered against the templates' allowed organisational units. The allowed unit identifier fields are the following:
| ||||||||||||
direction (optional) | String | The direction of the communication templates that will be retrieved, which can be INCOMING or OUTGOING | ||||||||||||
media (optional) | String | The media of the communication templates that will be retrieved, which can be EMAIL, SMS, PHONE, LETTER, F2F | ||||||||||||
category_identifier (optional) | Category Identifier | The category of the communication template that will be retrieved. The allowed communication category identifiers are the following:
| ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the communication template |
name | String | The name of the communication template |
alternative_code | String | The alternative code of the communication template |
description | String | A description of the communication template |
life_cycle_state | String | The life cycle state of the communication template, which can be EFFECTIVE or NOT_EFFECTIVE |
direction | String | The direction of the communication template, which can be INCOMING or OUTGOING |
media | String | The media of the communication template, which can be EMAIL, SMS, PHONE, LETTER, F2F |
subject | String | The subject of the communication template |
content | String | The content of the communication template |
category | Communication Category Object | The category of the communication template |
communication_queue_external_system | Communication Queue External System | The communication queue external system of the communication template |
log_information | Log Information Object | The log information of the communication queue external system |
Referred Objects Response Data