MailSlurpAPI.Api.InboxController.create_inbox_ruleset
You're seeing just the function
create_inbox_ruleset
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
create_inbox_ruleset(connection, inbox_id, create_inbox_ruleset_options, opts \\ [])
Specs
create_inbox_ruleset( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.CreateInboxRulesetOptions.t(), keyword() ) :: {:ok, nil} | {: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
- inbox_id (String.t): inboxId
- create_inbox_ruleset_options (CreateInboxRulesetOptions): createInboxRulesetOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure