Coffrify. Resources. Recipients
(Coffrify v0.9.0)
View Source
Address book — saved recipient emails.
Summary
Functions
Delete a recipient.
List recipients.
Idempotent — updating an existing email returns the same id with a refreshed name.
Functions
@spec delete(Coffrify.t(), String.t()) :: {:ok, map()} | {:error, Exception.t()}
Delete a recipient.
@spec list(Coffrify.t()) :: {:ok, map()} | {:error, Exception.t()}
List recipients.
@spec upsert(Coffrify.t(), map() | keyword()) :: {:ok, map()} | {:error, Exception.t()}
Idempotent — updating an existing email returns the same id with a refreshed name.