Resend and HTTP: Rent-Due Reminder Email Template
A monthly schedule pulls tenants with upcoming rent due from your property-management system and sends each one a branded reminder from your own domain with Resend.
What It Builds
This Spojit template starts with a Schedule trigger that runs once a month. A Connector node uses the http connector to call your property-management system's API for tenants whose rent is due in the next few days, a Loop node iterates the list, and the Resend connector emails each tenant a personalized, branded reminder from your verified domain.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs on the 1st of every month, calls my property-management system's API to fetch tenants whose rent is due in the next 5 days, and for each tenant sends a branded reminder email through Resend from rentals@mydomain.com that includes the tenant's name, the amount owed, and the due date.
Connectors Used
- Schedule trigger - fires monthly on a cron schedule in your time zone.
- http - Miraxa connects to your property-management system's API to fetch tenants with upcoming rent due.
- Resend - sends each branded reminder email from your verified sending domain.
Customize It
Change the run day or frequency, adjust the 5-day look-ahead window, swap the from address, or add late-fee wording and a payment link in the email body. You can also tell Miraxa which tenant fields to include, all in the same prompt.
Tips
- Verify your sending domain in Resend first, or messages may land in spam.
- Keep the http Connector node in Direct mode for one predictable API call with no AI cost.
- If your provider has no native tile, the http connector handles any REST API with an API key or bearer token.