Case
Case within the context of the incident represents your access to the incident record in Axicloud.
The Case object
Cases
- objectstring
Type of the property, always "Case".
- assignee_namestring or null
Name of the assignee.
- assignee_emailstring or null
Email of the assignee.
- assigned_by_namestring or null
Name of the person who assigned the case.
- assigned_by_emailstring or null
Email of the person who assigned the case.
- flaggedboolean or null
Indicates if the case is flagged by your team.
interface Case {
object: "Case";
assignee_name: string | null;
assignee_email: string | null;
assigned_by_name: string | null;
assigned_by_email: string | null;
flagged: boolean | null;
}
Case Configuration
Each webhook integration is configured with a bespoke set of attributes tailored to align with the needs of your implementation. The attributes available are dependent on operations undertaken to deliver the service. Combined these configurations curated by your Axitech Representative, ensure that you are exposed to attributes that can seamlessly integrate with your workflow.
For a better understanding of the attributes available for consumption in your integration, please consult the corresponding supplement document. This versioned document is crafted specifically for your integration, provides detailed insights into the configured elements.
Should you have any inquiries or seek further clarification on the customized attributes, please contact your Axitech representative.
