QuixEmail - module for working with the email rental service quix.email.

Share BAS modules
  • Name: QuixEmail
    Version: 1.0
    Data: QuixEmail_BAS_v1.0.zip
    Source: -
    Do you agree to include your module in BAS: Yes
    Description: Module for working with the quix.email activation email rental service. Using this module, you can: receive balance, get list of mail domains, order email, receive letter contents, cancel activations and re-order email (repeat activations with the same emails and sites).
    To use the module, you need to specify the API key from the quix.email Profile page.
    You can find the email prices and API description on the service website: https://quix.email.
    Screenshot:

    Changelog:

  • Version 1.1

    • Changed action names to differentiate activation-related actions from others:
      Repeat => ActivationRepeat
      Order => ActivationOrder
      Cancel => ActivationCancel
      GetStatus => ActivationStatus

    • Added information about the returned "parsed" field to the "ActivationStatus" action description

    • Added the "ActivationCode" action, which returns the activation code or link from the email. This action can wait for the code for a specified time

    • In the "GetDomains" action, you can now specify for which site to display the available number of emails via the "site" parameter. If it is specified and the "includeInfo" parameter is set to true, the "quantity" field in the response will indicate the available number of emails for the specified site.

    Module file: QuixEmail_BAS_v1.1.zip

  • Version 1.2.0

    • Added the ActivationOrderEx action - very similar to ActivationOrder, with the only difference being that it allows you to specify additional parameters for creating an activation.

    • Added the GetStock action, which returns the number of available stocks for a specific site.

    • Added the GetDomainsInfo action, which returns information for each email domain, such as the total number of emails and the cost of one activation.

    • The GetDomains action now returns only a list of email domains.

    • The HTML parameter has been removed from the ActivationStatus action.

    • In the ActivationOrder action, the additional and username parameters have been removed.

    • The default names of variables that return the results of actions have been changed to match the context.

    • Now, if an API request fails, it will be sent again.

    Module file: QuixEmail_BAS_v1.2.0.zip