Skip to content

/AWS1/CL_CNT=>UPDATECONTACTFLOWCONTENT()

About UpdateContactFlowContent

Updates the specified flow.

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

Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. Once a contact flow is published, $SAVED needs to be supplied to view saved content that has not been published.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance.

IV_CONTACTFLOWID TYPE /AWS1/CNTCONTACTFLOWID /AWS1/CNTCONTACTFLOWID

The identifier of the flow.

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTUPCONTACTFLOWCON01 /AWS1/CL_CNTUPCONTACTFLOWCON01