| Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
|---|---|---|---|---|---|---|---|
| channel | path | java.lang.String | true | false | The channel name (syntax #name) or slackuser (syntax @userName) to send a message directly to an user. | ||
| webhookUrl | parameter | java.lang.String | false | The incoming webhook URL | |||
| username | parameter | java.lang.String | false | This is the username that the bot will have when sending messages to a channel or user. | |||
| iconUrl | parameter | java.lang.String | false | The avatar that the component will use when sending message to a channel or user. | |||
| iconEmoji | parameter | java.lang.String | false | Use a Slack emoji as an avatar | |||
| exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
| synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |