Overview
Nexus can send transactional emails (via Resend) and import orders from email attachments (PDF invoices parsed via order-pdf-import).
Capabilities
- Send transactional and notification emails.
- Import orders from PDF invoices attached to emails.
- Email channel conversations in the omnichannel inbox (roadmap).
Edge Functions
| Function | Direction | Purpose |
|---|
send-email | Outbound | Sends emails via Resend API |
order-pdf-import | Inbound | Parses PDF invoices from email and creates orders |
Required configuration
- Resend API key — configured per organization.
- Domain verification — the sending domain must be verified in Resend.
Common troubleshooting
| Issue | Resolution |
|---|
| Emails not sending | Verify Resend API key and domain verification status. |
| PDF import incorrect | Check that the PDF format matches supported invoice layouts. |