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_DeletedContact.hrl
Raw

include/plunk@internal@contacts_def_DeletedContact.hrl

-record(deleted_contact, {
success :: boolean(),
id :: binary(),
email :: binary(),
subscribed :: boolean(),
data :: gleam@option:option(gleam@dynamic:dynamic_()),
created_at :: binary(),
updated_at :: binary()
}).