> ## Documentation Index
> Fetch the complete documentation index at: https://developers.respondent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sep 4, 2024

> Simulate specific status and rejection events on screener response webhooks.

<a href="/docs/Changelog/overview" className="changelog-back">← Back to Product Updates</a>

<Update label="Sep 4, 2024">
  **Simulate specific webhook events for screener response updates**

  When simulating a `SCREENER_RESPONSES.UPDATED` webhook, you can now pass `screenerResponseUpdatedType` to indicate which status or rejection state you wish to simulate on the screener webhook response. Options include:

  * `'STATUS.PAID'`
  * `'STATUS.CANCELLED'`
  * `'REJECTED.TRUE'`
  * `'REJECTED.FALSE'`

  See the [simulate webhook reference](https://developers.respondent.io/reference/webhookscontroller_simulate).
</Update>
