Skip to main content
The transactional command lets you send and manage transactional emails. There is also a top-level loops send shortcut for quickly sending a transactional email.

send

Send a transactional email.
Example:
Pass data variables inline with --var or from a JSON file with --json-vars:
Add attachments with --attachment:

Flags

list

List published transactional emails.
Pass --pick to filter the list interactively with fzf and copy the selected transactional ID to your clipboard. Requires fzf to be installed and on your PATH.

Flags

loops send shortcut

loops send is a top-level shortcut for loops transactional send. It accepts the same flags.
Example:
Last modified on July 1, 2026