Create Incident
Returns an identifier of newly created incident.
External Documentation
To learn more, visit the PhishLabs documentation.
Basic Parameters
Parameter | Description |
---|---|
Incident Type Code | An incident type code. |
Threat Type Code | A threat type code. |
Title | A title of the incident. |
URL | A threat URL. |
Advanced Parameters
Parameter | Description |
---|---|
Brand ID | The 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. |
Comment | A comment to be added to the incident. |
Executive ID | The 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
Preview this Workflow on desktop