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

Method _identify_user

api/integrations/webhook/webhook.py:23–28  ·  view source on GitHub ↗
(self, data: typing.Mapping)

Source from the content-addressed store, hash-verified

21 self.config = config
22
23 def _identify_user(self, data: typing.Mapping) -> None: # type: ignore[type-arg]
24 response = call_integration_webhook(self.config, data)
25 if response:
26 logger.debug(
27 "Sent event to Webhook. Response code was: %s" % response.status_code
28 )
29
30 def generate_user_data(
31 self,

Callers

nothing calls this directly

Calls 1

call_integration_webhookFunction · 0.90

Tested by

no test coverage detected