Von answers from your live data · Enter to send
Can't find what you're looking for?
Send fan events to your CRM, Zapier, or custom integrations
Endpoints
0
0 active
Deliveries (7d)
0
Total fired
Success Rate
—
0 delivered
Failed
0
Need attention
No webhooks yet
Register an endpoint to start receiving fan events in your CRM, Zapier, or any HTTP server.
All events Vonga can send to your webhooks.
tap.createdTap Created
Fan taps an NFC tag
fan.registeredFan Registered
New fan profile created
fan.updatedFan Updated
Fan profile data changes
badge.earnedBadge Earned
Fan earns an achievement badge
content.viewedContent Viewed
Fan views a content item
poll.votedPoll Voted
Fan submits a poll vote
offer.claimedOffer Claimed
Fan claims a coupon/offer
Every webhook delivery includes this structure.
{
"id": "evt_abc123def456",
"type": "tap.created",
"created": 1741900800,
"api_version": "2026-03-02",
"data": {
"tag_id": "uuid",
"tag_uid": "04A93C9A451F90",
"product_id": "uuid",
"org_id": "uuid",
"device_type": "iPhone",
"device_os": "iOS",
"location_city": "Boston",
"location_country": "US",
"timestamp": "2026-03-02T12:00:00Z"
},
"flat": {
"tag_id": "uuid",
"tag_uid": "04A93C9A451F90",
"data_device_type": "iPhone",
...
}
}Signature Verification
X-Vonga-Signature: t=1741900800,v1=sha256hex
Signed string: "<timestamp>.<json_body>"