Documentation
Organization Structure API
- Axis-sections
- Departments
- Legal-Units
- Establishments
Core HR API
- Employees Directory
- Guides
Expenses API
- Expense-temp-items
- Expense-claims
- Expense-claim-items
- Exports
- Guides
Invoices API
- Cost-Centers
- Purchases
- Approval Workflow
- Booked Documents
- Misc.
- Guides
Absences API
- Leaves
- Leave-requests
- Sick-leaves
- Imports
- Guides
Office API
- User-locations
- Work-locations
Project API
- Clients
- Projects
- Project services
- Organizations
- Financials
Time Settings API
- UserDates
- Workcycle-exceptions
- Working-time-arrangement
Timesheet API
- Time-entries
- Timesheets
- Reports
- Guides
Mealvouchers API
- Statutory
- Computation
Compensation API
- Fixed-natures
- Fixed-items
- Variable-natures
- Variable-items
Training API
- Training-demands
- Realized-trainings
The webhook-delivery object
A webhook-delivery is the object that represents the job to send an event to a webhook-endpoint. It will lead to one or more webhook-delivery-attempt.
Was this page helpful?
Copy
Ask AI
{
"id": "78fa5d8c-3436-49aa-82cc-ab1a64c48ed9",
"type": "<string>",
"url": "<string>",
"nextAttemptAt": "2023-08-29T09:12:33.001Z",
"attemptsCount": 2,
"status": "delivered",
"event": {
"id": "2455623",
"type": "leave.created",
"url": "https://example.ilucca.net/lucca-api/events/2455623"
},
"webhookEndpoint": {
"id": "12",
"type": "webhook-endpoint",
"url": "https://example.ilucca.net/lucca-api/webhook-endpoints/d290f1ee-6c54-4b01-90e6-d701748f0851"
},
"links": {
"attempts": {
"href": "https://example.ilucca.net/lucca-api/webhook-delivery-attempts?webhookDelivery.id=1234"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.