### Description When you're creating the response for the webhook request, it's not uncommon to need access to some property from the original request. For example, Slack requires you to return the `challenge` property from their request in your response in their Events webhooks. ### Example _No response_