This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cd0eae53ddf Update webhook-component.adoc
cd0eae53ddf is described below

commit cd0eae53ddf9badec9b991471f65c317d73b65c7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Aug 25 10:52:10 2023 +0200

    Update webhook-component.adoc
---
 components/camel-webhook/src/main/docs/webhook-component.adoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/camel-webhook/src/main/docs/webhook-component.adoc 
b/components/camel-webhook/src/main/docs/webhook-component.adoc
index b00fb6a0398..99bab9555f6 100644
--- a/components/camel-webhook/src/main/docs/webhook-component.adoc
+++ b/components/camel-webhook/src/main/docs/webhook-component.adoc
@@ -19,20 +19,22 @@ The Webhook meta component allows other Camel components to 
configure webhooks o
 listening for them.
 
 .The following components currently provide webhook endpoints:
-* *Telegram*
+
+- `camel-telegram`
+- `camel-whatsapp`
 
 Maven users can add the following dependency to their `pom.xml`
 for this component:
 
 [source,xml]
-------------------------------------------------------------
+----
 <dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-webhook</artifactId>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>
-------------------------------------------------------------
+----
 
 Typically, other components that support webhook will bring this dependency 
transitively.
 

Reply via email to