Creates a contact flow for the specified Amazon Connect instance.
You can also create and update contact flows using the Amazon Connect Flow language.
connect_create_contact_flow(InstanceId, Name, Type, Description,
Content, Tags)
A list with the following syntax:
list(
ContactFlowId = "string",
ContactFlowArn = "string"
)
[required] The identifier of the Amazon Connect instance.
[required] The name of the contact flow.
[required] The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
The description of the contact flow.
[required] The content of the contact flow.
One or more tags.
svc$create_contact_flow(
InstanceId = "string",
Name = "string",
Type = "CONTACT_FLOW"|"CUSTOMER_QUEUE"|"CUSTOMER_HOLD"|"CUSTOMER_WHISPER"|"AGENT_HOLD"|"AGENT_WHISPER"|"OUTBOUND_WHISPER"|"AGENT_TRANSFER"|"QUEUE_TRANSFER",
Description = "string",
Content = "string",
Tags = list(
"string"
)
)