Packages

A Gleam library for sending emails using Plunk's API (https://useplunk.com), supports Erlang and JavaScript targets.

Current section

Files

Jump to
plunk include plunk@internal@contacts_def_Email.hrl
Raw

include/plunk@internal@contacts_def_Email.hrl

-record(email, {
id :: binary(),
message_id :: binary(),
subject :: binary(),
body :: binary(),
status :: binary(),
project_id :: binary(),
action_id :: gleam@option:option(binary()),
campaign_id :: gleam@option:option(binary()),
contact_id :: binary(),
created_at :: binary(),
updated_at :: binary()
}).