The New Alert callback occurs when an alert is triggered. This callback returns information about the alert and the order and team it relates to.
Response
{
"alert": {
"alert_type": null,
"task_id": null,
"team_ids": null
},
"webhook_type": "alert_created",
"merchant_id": 12362
}
Output Params
alert_type string |
The type of alert that was triggered. |
task_id Int32 |
Bringg's unique ID of the order. |
team_ids Int32 |
Bringg's IDs for the teams the alert relates to. |