http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-mattermost
/
org.http4k.connect.mattermost.action
/
TriggerWebhook
Trigger
Webhook
data
class
TriggerWebhook
(
val
key
:
String
,
val
payload
:
TriggerWebhookPayload
)
:
PlainTextAction
,
MattermostAction
<
String
>
(
source
)
Members
Constructors
Trigger
Webhook
Link copied to clipboard
constructor
(
key
:
String
,
payload
:
TriggerWebhookPayload
)
Properties
key
Link copied to clipboard
val
key
:
String
payload
Link copied to clipboard
val
payload
:
TriggerWebhookPayload
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
override
fun
toResult
(
response
:
Response
)
:
Result
<
String
,
RemoteFailure
>