IncOwnerToBonuslyUser
This script gets the email address of the incident owner and then returns the incident owner username in Bonusly.
python · Bonusly
Details
| ID | IncOwnerToBonuslyUser |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | Bonusly Utilities |
README
This script gets the email address of the incident owner and then returns the incident owner username in Bonusly.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Bonusly, Utilities |
| Cortex XSOAR Version | 5.0.0 |
Used In
This script is used in the following playbooks and scripts.
- Bonusly - AutoGratitude
Inputs
| Argument Name | Description |
|---|---|
| json | Enter JSON STRING like {‘email@company’:’@bonuslyuser’} |
| owner | The username of the Cortex XSOAR incident owner. This will look up the incident owner’s email address. |
Outputs
| Path | Description | Type |
|---|---|---|
| IncOwnerEmail | Email address of the incident owner. | Unknown |
| BonuslyUser | Usernname in Bonusly of the incident owner. | Unknown |
args: - description: Enter JSON STRING like {'email@company':'@bonuslyuser'} name: json required: true - description: The username of the Cortex XSOAR incident owner. This will look up the incident owner's email address. name: owner required: true comment: This script gets the email address of the incident owner and then returns the incident owner username in Bonusly. commonfields: id: IncOwnerToBonuslyUser version: -1 enabled: true name: IncOwnerToBonuslyUser outputs: - contextPath: IncOwnerEmail description: Email address of the incident owner. type: Unknown - contextPath: BonuslyUser description: Usernname in Bonusly of the incident owner. type: Unknown script: '-' subtype: python3 tags: - Bonusly - Utilities timeout: '0' type: python dockerimage: demisto/python3:3.12.8.3296088 runas: DBotWeakRole fromversion: 5.0.0 tests: - No test