Integration with Unisender GO

Материал из SmartPlayer
Это перевод страницы Интеграция с Unisender GO, он готов на 100%.

Description of the Situation

To expand the capabilities of the SmartPlayer platform for sending

Differences Between Unisender and Unisender GO

Unisender is a marketing service for email campaigns. It includes a wide range of marketing tools — subscriber list management, A/B testing, segmentation, subscription form creation, and distribution via not only email but also SMS and Viber.
Unisender GO is a transport layer for sending emails, which requires integration by a developer or system administrator. It is a set of API methods and SMTP servers that only send messages, but do so cost-effectively and efficiently, providing highly detailed information for each individual message.

Action Algorithm

  1. The first step to creating a connection via Unisender GO is to connect to the server.
  2. Next, you need to go to the server application following the path: /home/smartplayer/smartplayer/backend/app/config.
  3. After that, the user needs to create a configuration file named "local.js" in .json format, where the connection parameters for Unisender GO are specified. Two types of parameters are used: host (server address) and key (access key).
  4. Run the CLI command: ./cli.js test send-mail.
  5. Send a test email.

Additional Information

If this article does not help you use the functionality as intended or if you still have questions after reading it, you can raise them in the "Discussions" section at the top of the page.

Example of the "Discussions" tab on the wiki page

Additional information can also be found on the page How users interact with the "Discussions" section.