Skip to main content

Create Incident

Returns an identifier of newly created incident.

External Documentation

To learn more, visit the PhishLabs documentation.

Basic Parameters

ParameterDescription
Incident Type CodeAn incident type code.
Threat Type CodeA threat type code.
TitleA title of the incident.
URLA threat URL.

Advanced Parameters

ParameterDescription
Brand IDThe identifier of brand of the incident.
If BrandId is not provided then default brand will be used.
Please use the "Get Brands" endpoint to get a comprehensive list.
CommentA comment to be added to the incident.
Executive IDThe identifier of executive of the incident.
Please use the "Get Executives" endpoint to get a comprehensive list.

Example Output

{
"incidentId": 0
}

Workflow Library Example

Create Incident with Phishlabs and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop