Skip to contents

Creates an immutable snapshot of a contact flow module, preserving its content and settings at a specific point in time for version control and rollback capabilities.

See https://www.paws-r-sdk.com/docs/connect_create_contact_flow_module_version/ for full documentation.

Usage

connect_create_contact_flow_module_version(
  InstanceId,
  Description = NULL,
  ContactFlowModuleId,
  FlowModuleContentSha256 = NULL
)

Arguments

InstanceId

[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Description

The description of the flow module version.

ContactFlowModuleId

[required] The identifier of the flow module.

FlowModuleContentSha256

Indicates the checksum value of the flow module content.