Amazon Connect · Example Payload

Contact Flow Summary Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Contact Flow Summary 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

IdArnNameContactFlowTypeContactFlowState

Example Payload

Raw ↑
{
  "Id": "a1b2c3d4-5678-90ab-cdef-77777EXAMPLE",
  "Arn": "arn:aws:connect:us-east-1:123456789012:instance/a1b2c3d4",
  "Name": "Default inbound flow",
  "ContactFlowType": "CONTACT_FLOW",
  "ContactFlowState": "ACTIVE"
}