Who can use this feature?
- Organization administrators
- Available for Accelerate and Enterprise.
The following events trigger the platform webhook and send the corresponding data to the external application via JSON. Note that the notifications and data depend your webhook to platform entity configuration.
On this page:
Workspace events
Event | Event trigger | Data |
---|---|---|
ws_pdf_remediation_uploaded | When a remediated PDF is uploaded to the platform. |
|
Project events
Event | Event trigger | Data |
---|---|---|
project_task_created | When a new task is created in a project. |
|
project_task_assignee_updated | When the task assignee is updated. This includes assigned to a new user or unassigned. |
Note: taskAssigneeName and taskAssigneeEmail contain the displayName and email of the user assigned to the task. Those fields are null when the task is unassigned. |
project_task_status_updated | When the status (progress) of a task is updated. |
{ |
project_task_commented | When someone comments on a task. |
|
Website/app events
Event | Event trigger | Data |
---|---|---|
dp_monitoring_scan_score _below_threshold |
When the monitoring score of the given website falls below the configured threshold. |
|
dp_monitoring_scan_score _drop |
When the monitoring score of a given website drops from the previous score more than the configured threshold. |
|
dp_scan_completed | When a scan is completed. |
|
dp_scan_report_emailed | When a scan report is emailed. |
|
dp_finding_dismissed | When a finding is dismissed. |
|
dp_manual_finding_status _updated |
When a manual finding status (progress) is updated. |
|
Comments
0 comments
Article is closed for comments.