Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 platform, specifically enabling users to send SMS messages via the "Message Service" resource and its "Send Message" operation. It supports multiple authentication methods including OAuth2, webhook URLs, and API keys, providing flexibility depending on security needs and environment.

Typical use cases include:

  • Sending SMS notifications or alerts to customers or team members.
  • Automating communication workflows within CRM processes.
  • Integrating SMS messaging into business automation pipelines.

For example, a sales team could automatically send SMS reminders to clients about upcoming meetings or payment deadlines using this node.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24: OAuth2 (recommended), Webhook URL, or API Key.
Phone Number The recipient's phone number in international format (e.g., +1234567890).
Message Text The text content of the SMS message to be sent.
Additional Options Optional parameters:
β€’ Provider ID: Specify which SMS provider to use.
β€’ From: Sender name or number displayed on the recipient's device.

Output

The node outputs JSON data representing the result of the SMS sending operation. This typically includes confirmation details such as message status or any error information if the sending failed.

If an error occurs and the node is configured to continue on failure, the output JSON will contain an error field with the error message, along with the resource name and a timestamp.

The node does not output binary data.

Dependencies

  • Requires access to a Bitrix24 account with appropriate permissions.
  • Needs one of the following authentication credentials configured in n8n:
    • An OAuth2 credential for Bitrix24.
    • A Bitrix24 webhook URL.
    • An API key credential for Bitrix24.
  • Network connectivity to Bitrix24 API endpoints.

Troubleshooting

  • Common issues:

    • Incorrect or missing authentication credentials will cause authorization failures.
    • Invalid phone number format may lead to message delivery errors.
    • Specifying an unsupported or incorrect SMS provider ID might cause the message not to send.
  • Error messages:

    • Authorization errors: Check that the selected authentication method is correctly configured and valid.
    • API call failures: Verify network connectivity and Bitrix24 service availability.
    • Validation errors: Ensure required fields like phone number and message text are provided and correctly formatted.
  • To handle errors gracefully, enable the "Continue On Fail" option so the workflow can proceed even if sending fails, capturing error details in the output.

Links and References

Discussion