Webhook-based trigger not appearing under integration triggers in n8n

Hi team,
I’ve implemented a custom Commercetools trigger node using the Subscriptions API, so the trigger is webhook-based (it defines webhooks and webhookMethods). However, it does not appear under the Commercetools integration’s trigger list in the node picker. Instead, it shows up as a generic webhook trigger.
I understand that webhook-based triggers may be surfaced differently from trigger()-based (polling/active) triggers. Can you please confirm whether this UI behavior is expected for webhook-driven integrations, or if there is a supported way to have a webhook-based trigger listed under the integration’s triggers section?
Thanks.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.121.3
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: mac OS

The Webhook Trigger is it’s own trigger type and is listed as Trigger node. You can rename a Webhook within your workflow canvas but it’s not supported to save a webhook with a specific configuration and rename it permanently. However, you can always copy a pre configured webhook trigger to a new workflow.