Skip to main content

Create Incident

Create a new incident.

External Documentation

To learn more, visit the PhishLabs Incident Data documentation.

Parameters

ParameterDescription
DescriptionThe description of the new incident.
Incident BrandThe brand of the incident. Can be obtained by the List Incident Brands action.
Incident TypeThe type of the incident. Can be obtained by the List Incident Types action.
Incident URLThe URL of the incident, is required if incident type is Phishing or Phishing Redirect.
TitleThe 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

Workflow LibraryPreview this Workflow on desktop