Variables For Custom Webhooks Now Available
Custom Webhooks give you access to real-time data streams for any on-chain events.
With the addition of Variables for Custom Webhooks, you can now dynamically insert values into GraphQL webhook queries, enabling two benefits for your blockchain data streams:
🔥 Scale - Stream real-time blockchain data for any list of addresses, no matter the size of the list!
🔥 Flexibility - Update GraphQL webhooks without the overhead of deleting and recreating old queries!
Variables for Custom Webhooks give you the power to:
✅ Modify your real-time blockchain data streams, with any values and at any time!
✅ Monitor real-time on-chain activity for millions of addresses vs. thousands
✅ Update queries with a string vs. needing to change entire GraphQL statements
✅ Consolidate the functionality of multiple webhooks into a single webhook
To learn more about using Variables and Custom Webhooks, read the Custom Webhooks Variables guide and get started for free.