file.uploaded
Auth: Webhook signing secret (rk_whsec_)
Fired when a file attachment is uploaded. Event type is defined in the API contract.
Responses
200Event payload
{
"id": "evt_550e8400",
"type": "file.uploaded",
"created_at": "2026-01-15T10:00:00Z",
"site_id": "660e8400-e29b-41d4-a716-446655440001",
"data": {
"attachment": {
"id": "990e8400-e29b-41d4-a716-446655440004",
"filename": "screenshot.png"
}
}
}