
Amazon Connect Participant Service
Amazon Connect Participant Service
Amazon Connect Participant Service API enables Amazon Connect chat participants (agents and customers) to exchange messages, attachments, and status.
Full Amazon Connect integration
Amazon Connect chat-only — not a general-purpose chat API
After Amazon Connect creates a chat contact, the customer side gets a ParticipantToken; frontend calls ParticipantService API with the token.
Uptime · 30-day window
GitHub activity
About this API
Connect Participant Service is the client API for Amazon Connect chat (not voice). Amazon Connect provides two customer contact channels: voice (uses SIP/WebRTC) and chat (uses this API). The frontend chat widget actually wraps Participant Service — SendMessage to send, UploadAttachment for files, CreateParticipantConnection to establish WebSocket for real-time pushes. Typical developers just use AWS's Chat Widget SDK without touching the underlying API. But for deep customization (independent contact-center UI), you'd use Participant Service directly.
What you can build
- 1Website customer-service chat widget integration
- 2Agent-customer bidirectional messaging
- 3File attachment transfer
- 4Chat status sync (agent is typing)
Strengths & limitations
Strengths
- Full Amazon Connect integration
- Rich message types (text, attachment, event)
Limitations
- Amazon Connect chat-only — not a general-purpose chat API
Example request
curl https://github.com/mermade/aws2openapi/<endpoint>Getting started
After Amazon Connect creates a chat contact, the customer side gets a ParticipantToken; frontend calls ParticipantService API with the token.
FAQ
Can I use this API for a generic chat app?+
No — Amazon Connect-only. For general chat, use Twilio Conversations or Cometchat.
Technical details
- Auth type
- unknown
- Pricing
- unknown
- Protocols
- REST, WebSocket
- SDKs
- javascript, python, java
- Response time
- 18 ms
- Last health check
- 5/12/2026, 7:36:33 AM
More from Amazon Web Services
AWS IAM Access Analyzer API analyzes IAM resource policies for over-privileged access or external access — proactively surfaces security risks.
Amazon Chime SDK API embeds real-time audio/video calling and chat into apps (meetings, messaging, PSTN calls).
Amazon CloudFront is the AWS CDN and edge service — accelerates static and dynamic content delivery, a standard for web performance.
Amazon CloudSearch is AWS's managed search service (gradually superseded by OpenSearch Service).
CloudWatch Application Insights API auto-detects application problems — intelligently identifies anomalies (slow SQL queries, memory leaks), reducing manual alarm configuration.
AWS Cognito Identity Pools API issues temporary AWS credentials to frontend apps — identity federation, guest users, direct AWS resource access.
Amazon Cognito User Pools deliver managed user signup, login, password reset, and MFA for applications.
Amazon Connect Contact Lens API uses AI to analyze Amazon Connect calls in real time — sentiment, keywords, compliance detection, auto-summary.