| Event Name | A descriptive name to identify the webhook’s purpose. | ”ERC20 Transfer Notification for MyWallet” |
| Event Description | Brief explanation of the trigger and data included. | ”This webhook sends notifications for ERC20 token transfers associated with MyWallet.” |
| Webhook URL | Publicly accessible URL for receiving notifications (must handle POST requests). | https://461a-199-116-73-171.ngrok.io (Test URL or your Prod URL) |
| Select Provider | Blockchain platform for notifications (e.g., Moralis, Tatum). | Choose your desired platform. |
| Network | Blockchain Network for notifications (e.g., Ethereum, Polygon). | Choose your desired Network. |
| Template | The event trigger type | Address Activity |
| Addresses | A list of addresses to listen to for any real-time transfers. Minimum 1 address is required. | 0x029a49060f36F830915ec1FA98FAB532b4c75Aec (enter your address) |
| Transaction Filters | A list of transaction filters. Only the transfers that meet the transaction filter constraints will trigger a notification. | sender, receiver, blockNumber, transactionHash |
| Filter Type | How the webhook deals with the concurrent transaction filters when more than 1 transaction filters are defined. | AND or OR |