ping
EVENT ping
This event is only sent when you press Test webhook. It never fires on real activity.
You press Test webhook — for connectivity checks only
Trigger
You press Test webhook in Integrations.
Use it to confirm an endpoint is reachable and that your signature verification accepts a real delivery. It never fires on restaurant activity.
Payload fields
| Field | Type | Meaning |
|---|---|---|
message |
string |
|
at |
string |
ISO 8601. |
Payload
{
"id": "msg_0a6b48fc25d1937ec4b8021f5da76e39",
"type": "ping",
"event": "ping",
"data": {
"message": "Test webhook",
"at": "2026-09-07T21:10:00+00:00"
},
"timestamp": "2026-09-07T21:10:00+00:00"
}
See also
- Webhook events — envelope, signing and delivery