Amazon Connect · Schema
StartTaskContactRequest
StartTaskContactRequest schema from Amazon Connect Service API
ChatContact CenterCustomer ServiceVoiceArtificial IntelligenceOmnichannel
Properties
| Name | Type | Description |
|---|---|---|
| InstanceId | string | The identifier of the Amazon Connect instance. |
| PreviousContactId | string | The identifier of the previous chat, voice, or task contact. |
| ContactFlowId | string | The identifier of the contact flow for initiating the tasks. |
| Attributes | object | |
| Name | string | The name of a task that is shown to an agent in the Contact Control Panel (CCP). |
| References | object | |
| Description | string | A description of the task that is shown to an agent in the Contact Control Panel. |
| ClientToken | string | |
| ScheduledTime | string | |
| TaskTemplateId | string | |
| QuickConnectId | string | |
| RelatedContactId | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/start-task-contact-request-schema.json",
"title": "StartTaskContactRequest",
"description": "StartTaskContactRequest schema from Amazon Connect Service API",
"type": "object",
"properties": {
"InstanceId": {
"type": "string",
"description": "The identifier of the Amazon Connect instance.",
"example": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE"
},
"PreviousContactId": {
"type": "string",
"description": "The identifier of the previous chat, voice, or task contact."
},
"ContactFlowId": {
"type": "string",
"description": "The identifier of the contact flow for initiating the tasks.",
"example": "a1b2c3d4-5678-90ab-cdef-77777EXAMPLE"
},
"Attributes": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"Name": {
"type": "string",
"description": "The name of a task that is shown to an agent in the Contact Control Panel (CCP).",
"example": "Follow-up with customer"
},
"References": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"Description": {
"type": "string",
"description": "A description of the task that is shown to an agent in the Contact Control Panel.",
"example": "Call customer back regarding their support case"
},
"ClientToken": {
"type": "string"
},
"ScheduledTime": {
"type": "string",
"format": "date-time"
},
"TaskTemplateId": {
"type": "string"
},
"QuickConnectId": {
"type": "string"
},
"RelatedContactId": {
"type": "string"
}
},
"required": [
"InstanceId",
"Name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/start-task-contact-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.