MCPcopy
hub / github.com/the-open-agent/openagent / VerifyWebhook

Method VerifyWebhook

pipe/pipe.go:67–67  ·  view source on GitHub ↗
(params map[string]string)

Source from the content-addressed store, hash-verified

65// a GET request challenge (e.g. WhatsApp Cloud API hub.challenge handshake).
66type WebhookVerifier interface {
67 VerifyWebhook(params map[string]string) (*WebhookResponse, error)
68}
69
70func NormalizeType(typ string) string {

Callers 1

ChatWebhookVerifyMethod · 0.65

Implementers 5

XDMPipepipe/x_dm.go
ThreadsPipepipe/threads.go
FacebookMessengerPipepipe/facebook_messenger.go
WhatsAppPipepipe/whatsapp.go
WeChatPipepipe/wechat.go

Calls

no outgoing calls

Tested by

no test coverage detected