Make version data available in Integration requests

Hi All,

We currently have access to version_data in webhook requests. It would be beneficial for us to also have this data available in integrations for two main reasons:

  1. It allows us to identify requests attempting to interact with outdated versions of our app. Access to version_data simplifies our debugging process and facilitates more effective communication with Monday regarding these issues.
  2. This data enables us to tailor our code execution differently for Draft versions versus live versions.

Thanks.