Class CommonActionsControllerApi

Hierarchy

  • BaseAPI
    • CommonActionsControllerApi

Constructors

Properties

configuration: Configuration = ...

Methods

  • Deletes all emails Delete all emails in an inbox

    Parameters

    Returns Promise<void>

  • If no senderId or inboxId provided a random email address will be used to send from. Ensure your parameters are URL encoded. Send an email using query parameters

    Parameters

    Returns Promise<void>

  • If no senderId or inboxId provided a random email address will be used to send from. Ensure your parameters are URL encoded. Send an email using query parameters

    Parameters

    Returns Promise<ApiResponse<void>>

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

    Parameters

    Returns Promise<void>