Name | Required | Description | Type |
---|---|---|---|
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Authorization | Yes | User bearer token or service token | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
{ "name": "string", "description": "string", "accountId": "string", “category”: “string”, "message": { "header": "string", "body": "string", "richText": [ <for Microsoft Teams, this must be string type containing rich text> {} ] }, "referenceData": {} }
Name | Required | Description | Type |
---|---|---|---|
Id | Yes | The unique ID of the channel | string |
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
{ "name": "string", "description": "string", "status": "ACTIVE", "message": { "header": "string", "body": "string", "richText": [ <for Microsoft Teams, this must be string type containing rich text> {} ] } }
Name | Required | Description | Type |
---|---|---|---|
Id | Yes | The unique ID of the channel | string |
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
Name | Required | Description | Type |
---|---|---|---|
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
Authorization | Yes | User bearer token or service token | string |
The parameters are as follows:{ "name": "demo_chatops", "collaborationTool": "MS_TEAMS", "channelType": "PUBLIC", "defaultUsers": [ "[email protected]" ], "applicationType":"AIOPS_ITSM” }
Name | Required | Description | Type |
---|---|---|---|
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
Name | Required | Description | Type |
---|---|---|---|
id | Yes | The unique ID of the bot | string |
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
Name | Required | Description | Type |
---|---|---|---|
id | Yes | The unique ID of the bot | string |
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
{ "name": "string", "collaborationTool": "SLACK", "channelType": "PRIVATE", "callbackURL": "string", "callbackHeaders": [ {} ], "defaultUsers": [ "[email protected]" ], "prefixChannelName": "string", "isIndexChannelRequired": true }
Name | Required | Description | Type |
---|---|---|---|
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Authorization | Yes | User bearer token or service token | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API. This header identifies which collaboration tool the account is associated with. | string |
Tenant-UUID | No | Unique ID for the tenant | string |
Name | Required | Description | Type |
---|---|---|---|
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Authorization | Yes | User bearer token or service token | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
{ "conversationId": EXAMPLEID.34.56 "emails": [ "[email protected]", “[email protected]” ]
Name | Required | Description | Type |
---|---|---|---|
channelId | Yes | The ID of the channel | string |
Authorization | Yes | User bearer token or service token | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
{ "header": "string", "body": "string", "richText": [ <for Microsoft Teams, this must be string type containing rich text> {} ] "conversationId": “string” }
Name | Required | Description | Type |
---|---|---|---|
channelId | Yes | The unique ID of the channel | string |
messageId | Yes | For Microsoft Teams, the unique ID of the conversation | string |
Request-Id | Yes | Any unique identifier for the request (UUID) | string |
Authorization | Yes | User bearer token or service token | string |
Content-Type | Yes | Application/json | string |
X-Bot-Id | Yes for Teams, No for Slack | A bot registration ID returned from register bot API | string |
Tenant-UUID | No | Unique ID for the tenant | string |
{ "header": "string", "body": "string", "richText": [ <for Microsoft Teams, this must be string type containing rich text> {} ], "conversationId ": “string” }