A Terraform/CX as Code remote module for the following Genesys Cloud public API operation: Get Repeat Caller Count - Use with script button ONLY
Shown below is an example of how to configure the remote module.
module "data_action" {
source = "git::https://github.com/GenesysCloudDevOps/public-api-get-repeat-caller-count-use-within-script-data-action-module.git?ref=v1.0.0"
action_name = "Get Repeat Caller Count - Use with script button ONLY"
action_category = "${module.gc_integration.integration_name}"
integration_id = "${module.gc_integration.integration_id}"
secure_data_action = false
}Note: The remote module for creating a Genesys Cloud data actions integration can be found here
| Name | Version |
|---|---|
| terraform | >= 1.0 |
| Name | Version |
|---|---|
| genesyscloud | >= 1.0 |
| Name | Description | Type | Required |
|---|---|---|---|
| action_name | The name for the Genesys Cloud data action. | string |
yes |
| action_category | Category of action. | string |
yes |
| integration_id | The ID of the integration this action is associated with. | string |
yes |
| secure_data_action | Indication of whether or not the action is designed to accept sensitive data. Defaults to false. |
bool |
no |