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
Link to this section Functions
Specs
configure_provider( Auth0.Management.Emails.Provider.Configure.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EmailProvider.t(), response_body()} | error()
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
Specs
get_provider(Auth0.Management.Emails.Provider.Get.Params.t() | map(), config()) :: {:ok, Auth0.Entity.EmailProvider.t(), response_body()} | error()
Get the email provider.
see
https://auth0.com/docs/api/management/v2/#!/Emails/get_provider
Specs
update_provider( Auth0.Management.Emails.Provider.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EmailProvider.t(), response_body()} | error()
Update the email provider.
see
https://auth0.com/docs/api/management/v2/#!/Emails/patch_provider