MailSlurpAPI.Api.InboxRulesetController.create_new_inbox_ruleset
You're seeing just the function
create_new_inbox_ruleset
, go back to MailSlurpAPI.Api.InboxRulesetController module for more information.
Link to this function
create_new_inbox_ruleset(connection, create_inbox_ruleset_options, opts \\ [])
Specs
create_new_inbox_ruleset( Tesla.Env.client(), MailSlurpAPI.Model.CreateInboxRulesetOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.InboxRulesetDto.t()} | {:error, Tesla.Env.t()}
Create an inbox ruleset Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- create_inbox_ruleset_options (CreateInboxRulesetOptions): createInboxRulesetOptions
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure