Skip to contents

Updates specified flow module for the specified Connect Customer instance.

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

Usage

connect_update_contact_flow_module_content(
  InstanceId,
  ContactFlowModuleId,
  Content = NULL,
  Settings = 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.

ContactFlowModuleId

[required] The identifier of the flow module.

Content

The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.

Settings

Serialized JSON string of the flow module Settings schema.