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

include/plunk@internal@contacts_def_Event.hrl

-record(event, {
id :: binary(),
name :: binary(),
project_id :: binary(),
template_id :: gleam@option:option(binary()),
campaign_id :: gleam@option:option(binary()),
created_at :: binary(),
updated_at :: binary()
}).