Retrieve details of the email provider configuration in your tenant. A list of fields to include or exclude may also be specified.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Comma-separated list of fields to include or exclude (dependent upon include_fields) from the result. Leave empty to retrieve name and enabled. Additional fields available include credentials, default_from_address, and settings.
^((name)|(enabled)|(credentials)|(settings)|(default_from_address))(,((name)|(enabled)|(credentials)|(settings)|(default_from_address)))*$Whether specified fields are to be included (true) or excluded (false).
Email provider successfully retrieved.
Name of the email provider. Can be mailgun, mandrill, sendgrid, ses, sparkpost, smtp, azure_cs, ms365, or custom.
Whether the provider is enabled (true) or disabled (false).
Email address to use as "from" when no other address specified.
Credentials required to use the provider.
Specific provider setting