Skip to content

/AWS1/CL_CNT=>CREATECONTACTFLOW()

About CreateContactFlow

Creates a flow for the specified Amazon Connect instance.

You can also create and update flows using the Amazon Connect Flow language.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance.

IV_NAME TYPE /AWS1/CNTCONTACTFLOWNAME /AWS1/CNTCONTACTFLOWNAME

The name of the flow.

IV_TYPE TYPE /AWS1/CNTCONTACTFLOWTYPE /AWS1/CNTCONTACTFLOWTYPE

The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

IV_CONTENT TYPE /AWS1/CNTCONTACTFLOWCONTENT /AWS1/CNTCONTACTFLOWCONTENT

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

Length Constraints: Minimum length of 1. Maximum length of 256000.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/CNTCONTACTFLOWDESC /AWS1/CNTCONTACTFLOWDESC

The description of the flow.

IV_STATUS TYPE /AWS1/CNTCONTACTFLOWSTATUS /AWS1/CNTCONTACTFLOWSTATUS

Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.

IT_TAGS TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTCRECONTACTFLOWRSP /AWS1/CL_CNTCRECONTACTFLOWRSP