Create Incident
Create a new incident.
External Documentation
To learn more, visit the PhishLabs Incident Data documentation.
Parameters
Parameter | Description |
---|---|
Description | The description of the new incident. |
Incident Brand | The brand of the incident. Can be obtained by the List Incident Brands action. |
Incident Type | The type of the incident. Can be obtained by the List Incident Types action. |
Incident URL | The URL of the incident, is required if incident type is Phishing or Phishing Redirect . |
Title | The title of the new incident. |
Example Output
{
"updatedCase": {
"caseNumber": 0,
"caseId": "string",
"status": "string"
}
}
Workflow Library Example
Create Incident with Phishlabs Incident Data and Send Results Via Email
Preview this Workflow on desktop