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
- Create a mail service using the mailservice.add method
- Update service parameters using the mailservice.update method
- Retrieve a service by identifier using the mailservice.get method
- Check the list of active services using the mailservice.list method
- Delete a service using the mailservice.delete method if it is no longer needed
- To check available fields, use the mailservice.fields method
Mail Service Identifiers
ID— the mail service identifier. It is returned by the mailservice.add method- Retrieve service parameters by
IDusing the mailservice.get method - Find active mail services and their
IDusing the mailservice.list method
User documentation
Overview of Methods
Scope:
mailserviceWho can execute the method: depends on the method
|
Method |
Description |
|
Creates an email service |
|
|
Updates the parameters of the email service |
|
|
Returns the parameters of the email service by ID |
|
|
Returns a list of active email services for the current site |
|
|
Deletes an email service |
|
|
Returns the names of the fields of the email service |