auth0_ex v0.3.2 Auth0Ex.Management.EmailProvider View Source

A module representing emails resource on Auth0

Link to this section Summary

Functions

Configures the email provider

Deletes the email provider

Gets the email provider

Updates the email provider

Link to this section Functions

Configures the email provider

iex> Auth0Ex.Management.EmailProvider.configure(name: "mandrill", enabled: true)

Deletes the email provider

iex> Auth0Ex.Management.EmailProvider.delete()

Gets the email provider

iex> Auth0Ex.Management.EmailProvider.get()
iex> Auth0Ex.Management.EmailProvider.get(fields: "name,enabled")

Updates the email provider

iex> Auth0Ex.Management.EmailProvider.update(name: "new_name")