Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) Create(webhook *Webhook) (*Webhook, error) + func (c *Client) Delete(webhookID string) error + func (c *Client) Get(webhookID string) (*Webhook, error) + func (c *Client) List(options *ListOptions) (*WebhooksPage, error) + func (c *Client) Update(webhookID string, webhook *Webhook) (*Webhook, error) + type Config struct + func DefaultConfig() *Config + type ListOptions struct + Max int + type Webhook struct + Created *time.Time + Event string + Filter string + ID string + Name string + Resource string + Secret string + Status string + TargetURL string + func NewUpdateWebhook(name, targetURL, secret string, status string) *Webhook + type WebhooksPage struct + Items []Webhook Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2