Setting up automatic email sending from Bitrix24 CRM

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1173
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    745
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

Setting Up Automatic Email Sending from Bitrix24 CRM

After each funnel stage you need to send the client an email: a welcome after first contact, a proposal after qualification, a reminder two days later, a thank-you after payment. Nobody does this consistently by hand. We configure auto-sending via robots.

Email Infrastructure Requirements

Before configuring robots, the mail setup must be correct. A common mistake: robots are configured, but emails go out from the technical address @bitrix24.com and land in clients' spam.

Correct setup: Settings → Mail → Outgoing Mail — connect a corporate SMTP (Google Workspace, own server). After that, all emails from CRM are sent from the corporate domain.

Additionally — SPF and DKIM records for the domain. Without them, automated emails receive a low rating and go to spam even from a corporate address.

"Send Email" Robot

Configured in CRM → [Funnel] → Robots → [Stage] → Send Email to Client.

Parameters:

  • From — sender address. Options: portal mail, the deal's responsible person's personal mailbox, a fixed address.
  • To — the contact's or company's Email field from the deal ({=Document.CONTACT_EMAIL}), or a fixed address.
  • Subject and body — support substitution of all deal fields via {=Document.FIELD_NAME}.
  • Delay — email goes out immediately or after N hours/days.

Email Templates

For repeatedly used emails, templates are created: CRM → Settings → Email Templates. A template is an HTML email with variables. When configuring a robot, the template is selected and variables are substituted automatically.

Basic HTML template for a robot:

<p>Hello, {=Document.CONTACT_HONORIFIC} {=Document.CONTACT_NAME}!</p>
<p>Your request <strong>#{=Document.ID}</strong> has been received.</p>
<p>Manager {=Document.ASSIGNED_BY_FULL_NAME} will contact you within an hour.</p>

Note CONTACT_HONORIFIC — the salutation. The field is often empty if it wasn't filled in when creating the contact. It's better to omit it or use a neutral form.

Email Open Tracking

Emails sent from CRM are tracked: you can see when a client opened the email and clicked links. Data is visible in the deal timeline.

For an automatic reaction to an email being opened — the Email Opened trigger. When it fires, the deal can be moved to a stage or the next reminder robot can be launched. This is exactly how a follow-up email chain is built.

Email Chain (Drip Campaign)

Example sequence for a SaaS product:

  1. Stage "New" → "Welcome" email (immediately)
  2. Delay 1 day → "How to Get Started" email (if first email wasn't opened — a different email)
  3. Delay 3 days → "FAQ" email
  4. Delay 7 days → "Demo call with manager" email

Branching based on email opens requires using triggers together with robots — you can't build a conditional chain with robots alone.

Setup Time

Task Time
SMTP setup and deliverability check 1–2 h
Creating 3–5 email templates 2–3 h
Robots with delays for one funnel 2–3 h

Full setup of an automated email chain — 1 working day including writing the copy, building templates, and testing delivery.