Alert properties
List of properties
All alerts send the same list of properties across all alert types, they relate to both:
The alert that you set on Sonar
The event that triggered your alert
Below are the properties passed in the json:
key
type
options
event_id
int
Open
timestamp
timestamptz
Open
type
string
Limited to 4
alert_name
string
Open
event_verbose
string
Open
domain
string
Open
The event_verbose has been added to allow further flexibility on the way you use the alert.
As opposed to event properties or company properties, alert properties are not sent in a nested json but rather sent directly in the first level of the json object as shown below:
Values for properties with limited options
Below are all the all the possible values that could be returned for alert properties with limited options.
Type
option
description
technology_added
When a new technology is detected on a company website
technology_removed
When a technology is no longer detected on a company website
job_added
When a company just added a new job posting
job_removed
When a company removed an existing job posting
Last updated