send email batch
This block is part of the lettermint group and was last modified in core v15.0.0.
send email batch v15.0.0 sends up to 500 emails in a single Lettermint batch request. Each item in the input array supports the same fields as the single send block (from, to, subject, html, text, cc, bcc, reply_to, tag, attachments).
In pins 2 + flow
- flow
flow - connection required
lettermintconnection - emails required
arrayArray of email objects. Each item must include
from,to(array or single string), andsubject; optionalhtml,text,cc,bcc,reply_to,tag,attachments.
Out pins 4 + flow
- flow
flow - connection
lettermintconnection - success
condition - error
value - response
object
lettermint |
A typical wiring for send email batch: a function trigger starts the flow; open connection feeds the connection pin; with values feeds the emails pin; the flow out pin feeds debug.

Version history
Introduced in v15.0.0.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
lettermint Return to the main group to view all sub-groups Back to lettermint Return to the group to view all blocks within this group
