toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-mattermost
/
org.http4k.connect.mattermost.action
/
TriggerWebhook
Trigger
Webhook
data
class
TriggerWebhook
(
val
key
:
String
,
val
payload
:
TriggerWebhookPayload
)
:
PlainTextAction
,
MattermostAction
<
String
>
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
>