--- tags: v3, Product --- # HAL Discord Notifications ## How to 1st create an account with HAL. Then you can statrt creating notifications from the dashboard. https://app.hal.xyz/ You will get 3 notifications and 300 deliveries per month for free. There are paid plans beyond that. **1. Select your Trigger type.** Scroll down the the 'Blockchain' section and select 'Track Events' ![](https://i.imgur.com/J9INp3M.png) **2. Configure Trigger** - Network: Select the network your DAO is on (Mainnet, Goerli, Gnosis) - Contract Address: Your DAO's address (find it in the url of the admin app) - Contract ABI (Editable): Should manually pull in after you put the contract address in - Contract Event: Select an event from the drop down, some potentially valuable options: - SubmitProposal - SubmitVote - Ragequit ![](https://i.imgur.com/GwtRioC.png) **3. Configure Action** - Select where the notification will post (is. discord) - For discord you'll need to setup a webhook endpoint and add that url to HAL - More discord instruction here: https://dev.hal.xyz/how-it-works/actions/discord - Configure the message content - You can add data from the event args - template docs here: https://dev.hal.xyz/how-it-works/actions/templating ![](https://i.imgur.com/SI4a94f.png) ![](https://i.imgur.com/9JTz1K8.png)