graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
3{"`<strong>if</strong><br>check if position healthy`"}
4["`<strong>sendMail</strong><br>send email to notify`"]
2["`<strong>alphaLend</strong><br>alphaLend fetch User position`"]
Start ---> 1
1 ---> 2
3 ---> 4
2 ---> 3
Get email warnings when your borrowing on AlphaLend gets too close to the safety limit, helping you protect your position.
This workflow is designed for DeFi users who have active borrowing positions on AlphaLend and want to monitor their position health automatically to avoid unexpected liquidation risks.
Manually monitoring your borrowing positions on AlphaLend is time-consuming and you might miss critical warnings when your position health deteriorates. This workflow automatically checks your position health and sends email alerts when your borrowing exceeds safe thresholds, helping you protect your capital.
Fetches your current positions on AlphaLend using your account address
Checks how much you've borrowed and calculates the safety limit
Compares your borrowed amount with the safety threshold
Sends an email alert when your borrowing exceeds the safe threshold
Enter your Account Address in the config node (your AlphaLend account address)
Enter your Email address in the config node where you want to receive alerts
AlphaLend - Get User Portfolio: Retrieves comprehensive user portfolio information from AlphaLend including position details, net worth, and earnings
SendMail - Send Email with SeamFlux Robot: Sends email using SeamFlux Robot's configured Resend API with predefined sender address
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.