Receive Email
Check and read inbound emails via Resend API on assist.opsbox.co.za.
List Recent Emails
bash
bash scripts/list.sh [limit]
Returns list of received emails with sender, subject, date, and ID.
Read Specific Email
bash
bash scripts/read.sh <email_id>
Returns full email content including body.
Workflow
- •First run
list.shto see recent emails - •Use the ID from the list to read a specific email with
read.sh
Requirements
- •
RESEND_API_KEYenvironment variable must be set - •
jqandcurlmust be installed