agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
Webhook
Webhook
@
Serializable
data
class
Webhook
(
val
webhookId
:
String
,
val
url
:
String
,
val
events
:
List
<
String
>
=
emptyList()
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents a webhook subscription with its target URL and subscribed events.
Members
Constructors
Webhook
Link copied to clipboard
constructor
(
webhookId
:
String
,
url
:
String
,
events
:
List
<
String
>
=
emptyList()
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
events
Link copied to clipboard
val
events
:
List
<
String
>
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant
url
Link copied to clipboard
val
url
:
String
webhook
Id
Link copied to clipboard
@
SerialName
(
value
=
"webhook_id"
)
val
webhookId
:
String