Use incoming webhooks to get real-time updates
Listen for events on your Hang program so your integration can automatically trigger reactions.
How Hang uses webhooks
How to create a webhook endpoint
Handle requests from Hang
{
"id": "31f81cc4-2fb7-11ee-be56-0242ac120002",
"type": "user.updated",
"webhook_sent_at": 1633887337,
"user": {...}
}Last updated