# Webhooks

Receive real-time notifications on your applicants' events with webhooks.

Sumsub’s Webhooks is a tool that allows you to automatically receive notifications for various events and changes related to your applicants’ verification process. When creating a webhook, you can customize the updates you want to receive (such as application creation, review, or being placed on hold), as well as other important events or triggers. Notifications are sent via your preferred method:

* HTTP address
* Slack
* Telegram
* Email address

Additionally, you can track and analyze every event using webhook logs.

# Get started with webhooks

[block:html]
{
  "html": "<style>\n   .box5 {\n   background: #FFFFFF;\n   border: 1px solid #E1E5EA;\n   border-radius: 12px;\n   align-items: top;\n   display: grid;\n   text-decoration: none !important;\n   grid-template-rows: min-content auto;\n   transition:  0.3s ease-in !important;\n   } \n   .box5 text-basic {\n   padding: 0px 24px 24px 24px;\n   font-style: normal;\n   font-weight: 400;\n   font-size: 14px;\n   line-height: 24px;\n   color: #586073;\n   }\n   @media (prefers-color-scheme: dark) {\n   [data-color-mode=\"system\"] .box5 text-basic {\n   color: #fff;\n   opacity: 0.8;\n   }\n   }\n   [data-color-mode=\"dark\"] .box5 text-basic {\n   color: #fff;\n   opacity: 0.8;\n   } \n   .box5:hover {\n   box-shadow: 0px 2px 6px 1px rgba(4, 29, 47, 0.1); \n   transition:  0.3s ease-in;\n   }\n   @media (prefers-color-scheme: dark) {\n   [data-color-mode=\"system\"] .box5 {\n   background: #20252C;\n   border: 1px solid #333844;\n   }\n   }\n   [data-color-mode=\"dark\"] .box5 {\n   background: #20252C;\n   border: 1px solid #333844;\n   }  \n   .text5-h1 {\n   font-style: normal;\n   font-weight: 500;\n   font-size: 15px;\n   line-height: 24px;\n   color: #377CF7;\n   transition:  0.3s ease-in;\n   padding: 16px 24px 8px 24px;\n   }\n   @media (prefers-color-scheme: dark) {\n   [data-color-mode=\"system\"] .text5-h1 {\n   color: #fff;\n   }\n   }\n   [data-color-mode=\"dark\"] .text5-h1 {\n   color: #fff;\n   } \n   .box5:hover .text5-h1 {\n   color: #377CF7;\n   opacity: 0.8;\n   transition:  0.3s ease-in;\n   }  \n   .img5 {\n   margin: 16px 0px -10px 0px !important;\n   width: 100%;\n   height: auto;\n   }  \n   .line {\n   border-top: 1px solid #E1E5EA;\n   margin-bottom: 8px;\n   margin-top: 10px;\n   }\n   @media (prefers-color-scheme: dark) {\n   [data-color-mode=\"system\"] .line {\n   color: #fff;\n   opacity: 0.2;\n   }\n   }\n   [data-color-mode=\"dark\"] .line {\n   color: #fff;\n   opacity: 0.2;\n   } \n</style>\n<body>\n   <div class=\"columns-container\">\n      <a class=\"box5\" href=\"/docs/webhook-manager\">\n         <div class=\"text5-h1\">Manage webhooks</div>\n         <text-basic>Explore webhook settings for customized notifications on your applicants.</text-basic>\n      </a>\n      <a class=\"box5\" href=\"/docs/webhook-logs\">\n         <div class=\"text5-h1\">Study webhook logs</div>\n         <text-basic>Monitor webhook logs in real-time to track and resolve issues.</text-basic>\n      </a>\n   </div>\n   <div style=\"margin-top: 20px;\"></div>\n</body>"
}
[/block]

# Explore webhook types

[block:html]
{
  "html": "<body>\n   <div class=\"columns-container\">\n      <a class=\"box5\" href=\"/docs/user-verification-webhooks\">\n         <div class=\"text5-h1\">User Verification</div>\n         <text-basic>Explore key events within our User Verification and stay informed on every change.</text-basic>\n      </a>\n      <a class=\"box5\" href=\"/docs/transaction-monitoring-webhooks\">\n         <div class=\"text5-h1\">Transaction Monitoring and Travel Rule</div>\n         <text-basic>Track transaction events and stay updated on transaction status changes with webhooks.</text-basic>\n      </a>\n      <a class=\"box5\" href=\"/docs/case-management-webhooks\">\n         <div class=\"text5-h1\">Case Management</div>\n         <text-basic>Enable webhooks for real-time monitoring of AML and transaction-related cases.\n</text-basic>\n      </a>\n      <a class=\"box5\" href=\"/docs/fraud-network-webhooks\">\n         <div class=\"text5-h1\">Fraud Network Detection</div>\n         <text-basic>Track new and updated Fraud Network events to stay informed on suspicious activities.</text-basic>\n      </a>\n   </div>\n   <div style=\"margin-top: 20px;\"></div>\n</body>"
}
[/block]

[block:html]
{
  "html": "<style>\n  .App {\n    --hub-toc-width: 0px;\n    --hub-main-max-width: 1138px;\n  }\n  \n  .content-toc {\n    display: none;\n  }\n</style>"
}
[/block]