Skip to content

Releases: agenticmail/send-email-action

v1.0.0 — Initial release

Choose a tag to compare

@ope-olatunji ope-olatunji released this 08 May 05:44

First public release of the AgenticMail Send Email Action.

Usage

```yaml

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.