Zineb Bendhiba created CAMEL-18049:
--------------------------------------
Summary: Camel Webhook - error to set Webhook URL
Key: CAMEL-18049
URL: https://issues.apache.org/jira/browse/CAMEL-18049
Project: Camel
Issue Type: Bug
Components: camel-webhook
Reporter: Zineb Bendhiba
Assignee: Zineb Bendhiba
The method that is supposed to set the webhook URL seems trying to delete the
webhook URL.
refering to this method :
[https://github.com/apache/camel/blob/f7c953c790337322f9db3ec792a5410e3f6923cb/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java#L184]
While trying to execute the Spring Boot webhook example here:
[https://github.com/apache/camel-spring-boot-examples/tree/main/webhook
:|https://github.com/apache/camel-spring-boot-examples/tree/main/webhook]
the API responds :
{code:java}
WebhookResult{ok=true, result=true, description='Webhook is already deleted'}
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)