Webhook integrations panel vs cli webhook create

I currently made a webhook within the integrations tab in the Particle console. However I just learned you also can create a webhook with the particle cli particle webhook create command and a formatted .json file.

I’m working on a webhook for a tutorial and it might be interesting to share a webhook as .json file. However I can’t find any way of using/uploading that .json file in the integrations panel.

Also, I would be nice if I can download a .json file from the webhook I’ve made in the integrations panel.

That makes sharing webhooks a bit more user-friendly.

Is this already supported or will it be supported?

When you are editing a webhook in the console, if you switch from Webhook Builder to Custom Template it will show the JSON. You can also copy and paste the JSON in there.

Thanks! Easier like this.