> For the complete documentation index, see [llms.txt](https://api-docs.everreal.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.everreal.co/change-log/releases/enhancements-for-webhooks.md).

# Enhancements for Webhooks

* We have improved webhook payload for scheduled events with more data. The changes applied to the following webhooks, `LISTING_CANDIDATE_SCHEDULE_TIMESLOT_BOOKING_REMOVED_CANDIDATE`\
  `LISTING_CANDIDATE_SCHEDULE_TIMESLOT_BOOKING_REMOVED_ADMIN`\
  `LISTING_CANDIDATE_SCHEDULE_TIMESLOT_BOOKED_CANDIDATE`\
  `LISTING_CANDIDATE_SCHEDULE_TIMESLOT_BOOKED_ADMIN`

{% hint style="info" %}
Detail payload can be found in the [scheduling webhook section](/webhooks/listing-scheduling-events.md)
{% endhint %}

```graphql
...existingKeys
timeslot: {
   ...existingKeys
   responsibleUser: {
        id: String;
        email: String;
        firstName: String;
        lastName: String;
    }
}
```
