Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWebhookInput ¶
type CreateWebhookInput struct {
UserId string
SpaceId *string
Name string
Url string
Events []string
}
Create webhook
type CreateWebhookOutput ¶
type DeleteWebhookInput ¶
Delete webhook
type DeliveryItem ¶
type GetDeliveriesInput ¶
Get deliveries
type GetDeliveriesOutput ¶
type GetDeliveriesOutput struct {
Deliveries []DeliveryItem
}
type GetWebhookOutput ¶
type ListWebhooksOutput ¶
type ListWebhooksOutput struct {
Webhooks []WebhookItem
}
type TriggerWebhookInput ¶
Trigger webhook (internal)
Click to show internal directories.
Click to hide internal directories.