Module mailslurp::apis::common_actions_controller_api[][src]

Structs

CreateNewEmailAddress1Params

struct for passing parameters to the method create_new_email_address1

CreateNewEmailAddressParams

struct for passing parameters to the method create_new_email_address

EmptyInboxParams

struct for passing parameters to the method empty_inbox

SendEmailSimpleParams

struct for passing parameters to the method send_email_simple

Enums

CreateNewEmailAddress1Error

struct for typed errors of method create_new_email_address1

CreateNewEmailAddressError

struct for typed errors of method create_new_email_address

EmptyInboxError

struct for typed errors of method empty_inbox

SendEmailSimpleError

struct for typed errors of method send_email_simple

Functions

create_new_email_address

Returns an Inbox with an id and an emailAddress

create_new_email_address1

Returns an Inbox with an id and an emailAddress

empty_inbox

Deletes all emails

send_email_simple

If no senderId or inboxId provided a random email address will be used to send from.