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@event_TrackEventResponse.hrl
Raw

include/plunk@event_TrackEventResponse.hrl

-record(track_event_response, {
success :: boolean(),
contact :: binary(),
event :: binary(),
timestamp :: gleam@option:option(binary())
}).