Bots From Extension: tc-proactivecase
ProactiveCase - Read, Write and Update ServiceNow Case tickets
This extension provides 3 bots.
Bot @proactivecase:create-ticket
Bot Position In Pipeline: Sink
Create ServiceNow Case Ticket
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| source* | Text | Source for the ticket | |
| retry_count | Text | 0 | Number of times to retry on failure. |
| retry_interval | Text | 10 | Seconds to wait before retrying on failure. |
Bot @proactivecase:get-ticket
Bot Position In Pipeline: Sink
Get ServiceNow Case Ticket
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| source_column | Text | source | Column name that contains Source for the ticket |
| ticket_column | Text | ticket | Column name that contains ID for the ticket to collect |
| retry_count | Text | 0 | Number of times to retry on failure. |
| retry_interval | Text | 10 | Seconds to wait before retrying on failure. |
| concurrent_discovery | Text | 10 | Number of concurrent jobs to run |
Bot @proactivecase:update-ticket
Bot Position In Pipeline: Sink
Update ServiceNow Case Ticket
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
| Parameter Name | Type | Default Value | Description |
|---|---|---|---|
| source* | Text | Source for the ticket | |
| retry_count | Text | 0 | Number of times to retry on failure. |
| retry_interval | Text | 10 | Seconds to wait before retrying on failure. |