Webhooks v2 for public application

hello!
Please clarify: if my application previously created Webhooks version v1, will the update affect such webhooks? Or will I continue to receive data from those v1 Webhooks in their usual format?

Hi! Existing webhooks will not be converted to v2 automatically and you will continue to receive data in v1 format for the time being.

Any new webhooks created through the API starting from today (March 17th) will be v2 by default (unless you set the version property to “1.0” in the creation payload).

NB! As mentioned before, webhooks v1 will be phased out eventually so we recommend migrating existing webhooks as well:

Webhooks v2 and v1 will continue to run in parallel for the time being but v1 will be deprecated completely by the end of 2025. You will be notified of any changes via our Changelog, so make sure you subscribe to it.