Sha256: d5839e4df4991619a4ef2553457401c8ec57a71a7a9879fdad6acf31aeb678a3
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 KB
Contents
--- title: CreateCallbackCommand --- ## PureCloud::CreateCallbackCommand ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **script_id** | **String** | The identifier of the script to be used for the callback | [optional] | | **queue_id** | **String** | The identifier of the queue to be used for the callback. Either queueId or routingData is required. | [optional] | | **routing_data** | [**RoutingData**](RoutingData.html) | The routing data to be used for the callback. Either queueId or routingData is required. | [optional] | | **callback_user_name** | **String** | The name of the party to be called back. | [optional] | | **callback_numbers** | **Array<String>** | A list of phone numbers for the callback. | | | **callback_scheduled_time** | **DateTime** | The scheduled date-time for the callback as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **country_code** | **String** | The country code to be associated with the callback numbers. | [optional] | | **skip_enabled** | **BOOLEAN** | Indicates if the agent is allowed to skip the callback. | [optional] [default to false]| | **data** | **Hash<String, String>** | A map of key-value pairs containing additional data that can be associated to the callback. These could be set up for instance to be used in a customized script shown during the call. Example: { \"notes\": \"ready to close the deal!\", \"customerPreferredName\": \"Doc\" } | [optional] | {: class="table table-striped"}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
purecloud-0.43.1 | doc_out/CreateCallbackCommand.html.md |
purecloud-0.42.1 | doc_out/CreateCallbackCommand.html.md |