MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / call_integration_webhook

Function call_integration_webhook

api/webhooks/webhooks.py:123–124  ·  view source on GitHub ↗
(config: AbstractBaseWebhookModel, data: typing.Mapping)

Source from the content-addressed store, hash-verified

121
122
123def call_integration_webhook(config: AbstractBaseWebhookModel, data: typing.Mapping): # type: ignore[type-arg,no-untyped-def] # noqa: E501
124 return _call_webhook(config, data)
125
126
127@backoff.on_exception(

Calls 1

_call_webhookFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…