MailSlurpAPI.Api.BulkActionsController.bulk_send_emails
You're seeing just the function
bulk_send_emails
, go back to MailSlurpAPI.Api.BulkActionsController module for more information.
Link to this function
bulk_send_emails(connection, bulk_send_email_options, opts \\ [])
Specs
bulk_send_emails( Tesla.Env.client(), MailSlurpAPI.Model.BulkSendEmailOptions.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Bulk Send Emails
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- bulk_send_email_options (BulkSendEmailOptions): bulkSendEmailOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure