Short answer: You can send email in SendGrid by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the SendGrid Send Email action to a workflow, map its 6 inputs 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 |
|---|---|---|---|
To Email to_email | string | Required | To Email. e.g. "recipient@example.com" |
From Email from_email | string | Required | From Email. e.g. "sender@example.com" |
From Name from_name | string | Optional | From Name. e.g. "Your Name" |
Subject subject | string | Required | Email subject line. |
Content (HTML) content | string | Required | Content (HTML) |
Content Type content_type | options | Optional | Content Type. Options: HTML, Plain Text |
{"to_email": "recipient@example.com","from_email": "sender@example.com","from_name": "Your Name","subject": "e.g. Welcome aboard!","content": "{{trigger.content}}"}
{"id": "msg_sen_123","status": "sent","success": true}
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.