sendgrid v1.2.0 SendGrid.Contacts.Lists
Module to interact with modifying email lists.
See SendGrid’s Contact API Docs for more detail.
Summary
Functions
Specs
add_recipient(integer, String.t) :: :ok | :error
Adds a recipient to an email list.
:ok = add_recipient(123, "recipient_id")