api auth
External System Integration
BzCtrl provides a native API ecosystem allowing external operational systems to create Incidents and Tasks seamlessly. This guarantees that issues and required actions are flagged automatically right within internal workflows, ensuring seamless lifecycle tracking and audit readiness directly inside BzCtrl.
🎯 Key Value: Eliminates manual human data entry by automating object instantiation via native background triggers contextually context-linked to upstream third-party user interfaces.
Integration Lifecycle Architecture
UI/UX Configuration & Business Requirements
* Mandatory Field
Italic - End User Input
CAPITAL - Immutable System Generated Values
| Context Scope | Payload Key | Value / Format | Functional Rules & Integration Comments |
|---|---|---|---|
| INCIDENT, TASK | todoType* | INCIDENT | System type flag. Consumers may toggle manually to TASK or leave fixed as an explicit constant. |
| INCIDENT, TASK | domain* | IMP-NLD-EXA-SWA | The overarching functional domain route assigned to the integrated customer client portfolio. |
| INCIDENT, TASK | workspace* | SWA | Target workspace configuration context mapped securely underneath the organizational master domain profile. |
| INCIDENT, TASK | title* | Free text input | Explicit user-facing text field. Defines the summary header of the target issue or event item. |
| INCIDENT, TASK | description* | Free text input | Rich operational notes detailing context logs. Allows external users to offer clear scope narratives. |
| TASK | result | Free text input | Optional. Capture resolution details or expected metric outcomes when running actions explicitly. |
| INCIDENT | financialImpact | Numeric format | Evaluated in EUR (€) currency. Raw integer values are automatically mapped inside the dashboard. |
| INCIDENT | impact | High, Medium, Low | Optional. Dropdown matrix mapping determining risk classifications inside the enterprise architecture. |
| INCIDENT | likelihood | High, Medium, Low | Optional. Probability index calculation variable used to define priority sort orders. |
| INCIDENT, TASK | status* | In Progress | Defaults to In Progress. If marked as Done, due date triggers match runtime transactions automatically. |
| INCIDENT, TASK | priority | High, Medium, Low | Optional. Escalation index classification used by teams to structure internal workflows. |
| INCIDENT, TASK | assignee* | user@example.com | Target action worker identity address. Usually identical to the reporting manager account parameters. |
| INCIDENT, TASK | reporter* | user@example.com | Active communication email address of the authenticated authoring agent who opened the file. |
| INCIDENT, TASK | orderID* | ServiceOrder # | Mapped directly into BzCtrl metadata engines as an searchable Index Tag attribute flag. |
| INCIDENT, TASK | LRN | LRN String | Optional. If accessible, provides secondary lookup search capabilities in internal trace tables. |
| INCIDENT, TASK | reminderDate | YYYY-MM-DD | Optional. Sets a date for a tracking alert event or task push notification trigger. |
No Comments