Hello, I am trying to create a proof-of-concept KameletBinding using a webhook source that logs the request, defined using the following YAML DSL:
apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: webhook-test namespace: ky9999-email-filer spec: source: ref: apiVersion: camel.apache.org/v1alpha1 name: webhook-source kind: Kamelet properties: subpath: Helloworld sink: ref: apiVersion: camel.apache.org/v1alpha1 name: log-sink kind: Kamelet properties: showHeaders: 'true' showBody: 'true' How do I invoke this webhook now? The webhook documentation says to use https://integration-external-url/HelloWorld. How do I get the *integration-external-url*? I'm a noob so I apologise for the silly question. Any help would be much appreciated. Timothy D.