Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference for all Lanten webhook event types and their payloads.
issue.created
{ "event": "issue.created", "timestamp": "2025-03-14T10:00:00.000Z", "data": { "id": "iss_01HXYZ", "code": "ISS-42", "title": "Boiler not heating", "description": "The boiler has not been producing hot water since yesterday morning.", "priority": 2, "status": "reported", "intakeChannel": "email", "tenant": { "id": "ten_01HABC", "firstName": "Jane", "lastName": "Smith", "email": "jane.smith@example.com", "phoneNumber": "+447700900000" }, "unit": { "id": "unit_01HDEF", "fullAddress": "Flat 3B, 14 High Street, London, E1 6RF" }, "createdAt": "2025-03-14T10:00:00.000Z" } }
issue.updated
{ "event": "issue.updated", "timestamp": "2025-03-14T11:30:00.000Z", "data": { "id": "iss_01HXYZ", "code": "ISS-42", "title": "Boiler not heating", "priority": 3, "status": "in_progress", "updatedAt": "2025-03-14T11:30:00.000Z" } }
issue.status_changed
{ "event": "issue.status_changed", "timestamp": "2025-03-14T12:00:00.000Z", "data": { "id": "iss_01HXYZ", "code": "ISS-42", "previousStatus": "reported", "status": "in_progress", "updatedAt": "2025-03-14T12:00:00.000Z" } }
reported
in_progress
completed
cancelled
0
1
2
3