Releases: agenticmail/send-email-action
Releases · agenticmail/send-email-action
Release list
v1.0.0 — Initial release
First public release of the AgenticMail Send Email Action.
Usage
```yaml
- uses: agenticmail/send-email-action@v1
with:
api-key: ${{ secrets.AGENTICMAIL_API_KEY }}
api-url: https://mail.example.com
to: team@example.com
subject: Build green
text: All checks passed.
```
What's in this release
- Composite action wrapping `POST /mail/send` against any AgenticMail HTTP API.
- Inputs: `api-key`, `api-url`, `to`, `subject`, `text`, `html`, `cc`, `bcc`, `reply-to`.
- Outputs: `message-id`, `response`.
- Safe JSON encoding via `jq` for arbitrary subject/body content.
- HTTP error surfacing via `::error::` annotations.
Marketplace
Pinned to `v1` — the rolling major tag — so workflows survive minor bumps automatically.