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
To start receiving webhooks from Bringg, you must first register a URL. Detailed guidance on setting up and managing Bringg webhooks is available in the following resources:
- Send Bringg Webhooks: Subscribe to webhooks and customize the fields in your callbacks.
- Webhook Authentication Methods: Ensure that your other systems recognize and accept webhooks from Bringg.
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. |