Show endpoint path in the webhook node subtitle

The idea is:

Show the endpoint path in the webhook subtitle, such as /process. Currently, this is possible, but must be set manually.

Screen Shot 2023-03-22 at 8.53.13

My use case:

When working with multiple workflows, one may forget to change the path or may want to make sure the path is properly set and there are no typos.

I think it would be beneficial to add this because:

When switching between workflows it’s useful to quickly see to what path a webhook will respond to.

Any resources to support this?

Add the following line to this dictionary:

subtitle: '={{$parameter["path"]}}',

Are you willing to work on this?

Not at this time.