Short answer: You can get resend email in Resend by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Resend Get Resend Email action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Email ID email_id | string | Required | The UUID returned when the email was sent |
{"email_id": "e.g. 49a3999c-0ce1-4ea6-ab68-afcd6dc2e794"}
{"id": "49a3999c-0ce1-4ea6-ab68-afcd6dc2e794","to": ["user@example.com"],"from": "noreply@company.com","subject": "Welcome!","created_at": "2025-01-15T12:00:00.000Z","last_event": "delivered"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.