View source: R/connect_operations.R
connect_create_contact_flow | R Documentation |
Creates a flow for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_create_contact_flow/ for full documentation.
connect_create_contact_flow(
InstanceId,
Name,
Type,
Description = NULL,
Content,
Status = NULL,
Tags = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. |
Name |
[required] The name of the flow. |
Type |
[required] The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide. |
Description |
The description of the flow. |
Content |
[required] 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. |
Status |
Indicates the flow status as either |
Tags |
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.