Marketplace

Unisender Go Start

Updated January 30, 2024

Unisender Go is an embedded solution. It doesn’t manage email address lists or segmentation but seamlessly complements your CMS, CRM, CDP, or any other information system where contact lists are already stored. It provides cost-effective email sending and ensures deliverability.

The “Unisender Go Start” product is designed for testing, with no charges from Yandex.Cloud. By default, it allows sending up to 100 emails per day to your own domains. For sending to any domain or increasing the sending limit, switch to Unisender Go 100K, Unisender Go 500K, or contact Unisender Go support.

Advantages of Unisender Go:

  • Privacy: Compliant with Russian Personal Data Law (FZ-152). Servers in Russia. More secure than typical ESPs, as it doesn’t store email texts and addresses.
  • High deliverability: 99.9% of emails reach recipients.
  • Support and consultation: 24×7 customer support for setup and deliverability advice.
  • High speed: Up to 60 million emails per hour.
  • Statistics: Visual or in CSV format, with no time limits when stored in Yandex.Cloud.
  • Project Separation: Data for each project, including unsubscribes, templates, domains, and statistics, is independent. This feature is ideal for managing campaigns simultaneously for different clients.

How Unisender Go for Yandex Cloud Works: Emails are pre-processed in a Yandex.Cloud virtual machine, sent through Unisender Go servers, and statistics is saved in Managed Clickhouse in Yandex Cloud. Monitoring stats, logs, and support are accessible through the personal account at https://go.unisender.ru.

Deployment instructions
  1. Obtain SSH keys for VM connection.

  2. Create a Security Group, allowing traffic on specific ports.

  3. Create s service account. Please make sure you have added a marketplace.meteringAgent role to the account. Remember its name, you will need it on step 4.

  4. Create a VM from the public image, selecting “Unisender Go Start” on the Cloud Marketplace tab. Please enter “unigouser” in the Login field and provide SSH open key.
    4.1 In the Security Group field, enter the name of the security group you created in step 2.
    4.2 In the Service Account field, enter the name of the service account you created in step 3.
    4.3. Enter metadata:

    • domain — Enter the domain name of your virtual machine, through which it should be accessible “from the world.”.
    • instance — Enter the name of the Unisender Go server where your account is registered. Either go1.unisender.ru or go2.unisender.ru.
    • smtp_domain — Optional field; by default, it takes the value of domain and adds the prefix smtp. If the domain is vm1.example.org, then if smtp_domain is not specified, the value smtp.vm1.example.org will be generated.
  5. A few minutes after creating the VM, its IP address becomes available. It is recommended (but not mandatory) to make this IP address static. However, what must be done for sure is to add an A record with this IP to the DNS domain specified in the domain and smtp_domain fields in the previous step. If you did not specify smtp_domain in the previous step, you still need to add an A record for the smtp prefix.

  6. By default, statistics are stored in the database on shared Unisender Go servers, but for increased confidentiality and scalability, you can configure statistics storage in ClickHouse on Yandex.Cloud using this guide.

from $15.32 / per month

The minimum VM cost with a basic configuration 
Billing type
Free
Type
Virtual Machine
Category
Developer tools
Business applications
Publisher
Unisender
Use cases

Example of sending an email thru API after launching vm1.example.org virtual machine with “Unisender Go Start”:

curl --request POST \
  --url https://vm1.example.org/ru/transactional/api/v1/email/send.json \
  --header 'X-API-KEY: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{"message":{"recipients":[{"email": "recipient@example.com","substitutions":{"to_name": "Ivan"}}], "from_email":"sender@example.com", "subject":"Hello, World!", "body":{"html": "<b>Hi, {{to_name}}!</b>"}}}'
Technical support

Unisender
Technical support available 24×7 via chat or web form at go.unisender.ru/contacts, or contacts@unisender.com.

Yandex Cloud
No technical support; refer to developer resources for issues.

Product IDs
image_id:
fd8rss70dofjqkhakhjq
family_id:
unisender-unisender-go
Product composition
SoftwareVersion
Debian11
Юнисендер Go1.0.8
Terms
By using this product you agree to the Yandex Cloud Marketplace Terms of Service and the terms and conditions of the following software: Unisender Go Terms of ServiceDebian License Agreement

from $15.32 / per month

The minimum VM cost with a basic configuration 
Billing type
Free
Type
Virtual Machine
Category
Developer tools
Business applications
Publisher
Unisender