New Alert

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.

📘

Register Your URL for this Webhook

Visit the Send Bringg Webhooks page to learn how to subscribe to webhooks and customize the fields included in your callbacks.


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.