Amazon Connect · Example Payload

Contact Flow Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

ArnIdNameTypeStateDescriptionContentTags

Example Payload

Raw ↑
{
  "Arn": "arn:aws:connect:us-east-1:123456789012:instance/a1b2c3d4",
  "Id": "a1b2c3d4-5678-90ab-cdef-77777EXAMPLE",
  "Name": "Production Firewall 01",
  "Type": "standard",
  "State": "ACTIVE",
  "Description": "A description of the resource.",
  "Content": "{}",
  "Tags": {
    "key": "value"
  }
}