You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/12 08:30:26 UTC

[GitHub] [camel-kamelets] christophd opened a new issue, #923: Provide some default behavior on Slack sink Kamelet

christophd opened a new issue, #923:
URL: https://github.com/apache/camel-kamelets/issues/923

   The Slack sink Kamelet uses the Webhook API in Slack and this assumes some special Json format in the message body (e.g. `{"text": "Hey, you've won a prize"}`). 
   
   At the moment we expect the user of the Kamelet to provide this Slack specific Json body. I think we can add some default behavior into the Kamelet to automatically wrap the message body content (e.g. when plaintext message body is given) to auto generate the Slack Json format.
   
   This would ease the use of this Kamelet a lot.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] christophd commented on issue #923: Provide some default behavior on Slack sink Kamelet

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #923:
URL: https://github.com/apache/camel-kamelets/issues/923#issuecomment-1124856093

   sorry my bad. the underlying Camel component takes care of everything. so we can already provide the plain text to the Kamelet that gets posted to the Slack channel.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] christophd closed issue #923: Provide some default behavior on Slack sink Kamelet

Posted by GitBox <gi...@apache.org>.
christophd closed issue #923: Provide some default behavior on Slack sink Kamelet
URL: https://github.com/apache/camel-kamelets/issues/923


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org