Portal

Portal

Portal Team

Share the love

Want to stay updated? Subscribe below to keep in touch.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0_996_165" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="1" width="46" height="46"> <path d="M47.2941 1.41177H2.11768V46.5882H47.2941V1.41177Z" fill="white"/> </mask> <g mask="url(#mask0_996_165)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2353 4.2353C16.2353 2.67591 17.4995 1.41177 19.0589 1.41177H44.4706C46.0301 1.41177 47.2941 2.67591 47.2941 4.2353V29.6471C47.2941 31.2065 46.0301 32.4706 44.4706 32.4706H38.8236V12.7059C38.8236 11.1465 37.5595 9.88236 36 9.88236H16.2353V4.2353ZM4.94121 15.5294C3.3818 15.5294 2.11768 16.7935 2.11768 18.353V43.7647C2.11768 45.3242 3.3818 46.5882 4.94121 46.5882H30.353C31.9124 46.5882 33.1765 45.3242 33.1765 43.7647V18.353C33.1765 16.7936 31.9124 15.5294 30.353 15.5294H4.94121Z" fill="currentColor"/> </g> </svg>
Product Updates
2 min read

Introducing Alert Webhooks

Get real-time wallet notifications for your Portal clients through secure, configurable webhooks

January 30, 2025

Introducing Alert Webhooks

We're excited to announce Alert Webhooks, allowing you to have real-time wallet notifications for your Portal clients. Stay informed about their onchain activity with this easy-to-integrate feature.

What are Alert Webhooks?

Alert webhooks send you notifications when your clients perform actions with their wallet. Whether it's receiving or sending EVM tokens, you'll get detailed transaction information delivered directly to your specified endpoint.

Key Features

  • Real-time Notifications: Updates come as soon as your client performs an action with their wallet
  • Flexible Configuration: Choose which events you want to monitor through the Portal Admin Dashboard (e.g. EVM inbound + outbound transactions)
  • Secure Implementation: Secured by HTTPS enforcement, webhook secrets, and IP allowlisting, all best practices in the industry
  • Reliable Delivery: Automatic retry mechanisms ensure you don’t miss critical transaction events

Get Started Today

Contact our support team to enable Alert Webhooks for your organization. Then you can configure your webhook URL in the Portal Admin Dashboard.

Select the events you want to monitor (e.g., EIP-155 Inbound/Outbound Transactions).

Implement the webhook endpoint in your backend. To help you get started quickly, we've provided a reference implementation using TypeScript and Express. Check out our example repository for best practices on how to implement Alert Webhooks.

You can read more on how to implement alert webhooks in our docs.

Security First

We've implemented measures to ensure your webhook implementation is secure:

  • Mandatory HTTPS for all webhook URLs
  • Request verification using webhook secrets
  • IP address allowlisting to restrict incoming requests

Ready to enhance your Portal integration with real-time notifications for your clients’ wallets? Contact our team to enable Alert Webhooks for your organization today!