View source: R/connect_operations.R
connect_create_contact_flow_version | R Documentation |
Publishes a new version of the flow provided. Versions are immutable and monotonically increasing. If the FlowContentSha256
provided is different from the FlowContentSha256
of the $LATEST
published flow content, then an error is returned. This API only supports creating versions for flows of type Campaign
.
See https://www.paws-r-sdk.com/docs/connect_create_contact_flow_version/ for full documentation.
connect_create_contact_flow_version(
InstanceId,
Description = NULL,
ContactFlowId,
FlowContentSha256 = NULL,
ContactFlowVersion = NULL,
LastModifiedTime = NULL,
LastModifiedRegion = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. |
Description |
The description of the flow version. |
ContactFlowId |
[required] The identifier of the flow. |
FlowContentSha256 |
Indicates the checksum value of the flow content. |
ContactFlowVersion |
The identifier of the flow version. |
LastModifiedTime |
The Amazon Web Services Region where this resource was last modified. |
LastModifiedRegion |
The Amazon Web Services Region where this resource was last modified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.