Skip to content
  • Auto
  • Light
  • Dark
Get Started

Webhooks

Webhooks

Webhooks

Create
client.Webhooks.New(ctx, body) (*WebhookWebhookWebhookNewResponse, error)
post/api/v1/webhooks
Get
client.Webhooks.Get(ctx, id) (*WebhookWebhookWebhookGetResponse, error)
get/api/v1/webhooks/{id}
Update
client.Webhooks.Update(ctx, id, body) (*WebhookWebhookWebhookUpdateResponse, error)
post/api/v1/webhooks/{id}
List
client.Webhooks.List(ctx, query) (*ListarrayNextPageTokenstringWebhookListResponse, error)
get/api/v1/webhooks
Delete
client.Webhooks.Delete(ctx, id, body) (*WebhookDeleteResponse, error)
delete/api/v1/webhooks/{id}
Test
client.Webhooks.Test(ctx, id, body) (*WebhookWebhookTestResponseWebhookWebhookTestResponse, error)
post/api/v1/webhooks/{id}/test
Webhook
Webhookstruct

The Webhook message.

ShowShow
IDstring
optional

The id field.

CreatedAtTime
optional
formatdate-time
DeletedAtTime
optional
formatdate-time
Descriptionstring
optional

The description field.

DisplayNamestring
optional

The displayName field.

UpdatedAtTime
optional
formatdate-time
URLstring
optional

The url field.