Amazon Connect · Example Payload

Create Contact Flow Request Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Create Contact Flow Request Example is an example object payload from Amazon Connect, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameTypeDescriptionContentTags

Example Payload

Raw ↑
{
  "Name": "My Contact Flow",
  "Type": "CONTACT_FLOW",
  "Description": "A description of the resource.",
  "Content": "{}",
  "Tags": {
    "key": "value"
  }
}