Mail Services: Methods Overview

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

In Bitrix24, you can connect mailboxes from services such as Gmail, Outlook, and others. This simplifies working with emails.

Quick navigation: All Methods

The methods in this section manage mail services. Mailboxes, emails, and recipients are managed via the Webmail REST 3.0 methods.

Getting Started

  1. Create a mail service using the mailservice.add method
  2. Update service parameters using the mailservice.update method
  3. Retrieve a service by identifier using the mailservice.get method
  4. Check the list of active services using the mailservice.list method
  5. Delete a service using the mailservice.delete method if it is no longer needed
  6. To check available fields, use the mailservice.fields method

Mail Service Identifiers

Overview of Methods

Scope: mailservice

Who can execute the method: depends on the method

Method

Description

mailservice.add

Creates an email service

mailservice.update

Updates the parameters of the email service

mailservice.get

Returns the parameters of the email service by ID

mailservice.list

Returns a list of active email services for the current site

mailservice.delete

Deletes an email service

mailservice.fields

Returns the names of the fields of the email service