Webhooks

phishing.simulation.failed

A user failed an Adaptive phishing simulation by performing the simulation's attack-vector action, such as clicking the link or entering credentials. Fires once per user per campaign; repeat interactions with the same simulation do not produce additional events.

Subscription filters

  • attack_vector — one of: ATTACHMENT_OPENED, CREDENTIALS_ENTERED, LINK_CLICKED, PHISHING_DEEP_FAKE_PLAYED, PHONE_NUMBER_CALLED, QR_CODE_SCANNED, TEXT_REPLIED, VOICE_REQUEST_COMPLIED
  • campaign — filter to specific campaign ids
postWebhookphishing.simulation.failed

Response

Return any 2xx status to acknowledge the delivery. Timeouts, 408, 429, and 5xx responses other than 501 are retried; any other status is a permanent failure.

Changes