Webhooks
Webhooks
Webhooks
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.