Auth0.Management.Emails (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Emails.

endpoint

  • /api/v2/emails/provider

Link to this section Summary

Functions

Configure the email provider.

Delete the email provider.

Get the email provider.

Update the email provider.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

configure_provider(params, config)

View Source

Specs

Configure the email provider.

see

https://auth0.com/docs/api/management/v2/#!/Emails/post_provider

Specs

delete_provider(config()) :: {:ok, String.t(), response_body()} | error()

Delete the email provider.

see

https://auth0.com/docs/api/management/v2/#!/Emails/delete_provider

Link to this function

get_provider(params, config)

View Source

Specs

Get the email provider.

see

https://auth0.com/docs/api/management/v2/#!/Emails/get_provider

Link to this function

update_provider(params, config)

View Source

Specs

Update the email provider.

see

https://auth0.com/docs/api/management/v2/#!/Emails/patch_provider