Bitrix24 – Setup

The Bitrix24 Connector uses Bitrix24’s Inbound Webhooks feature to make API requests.

Setup within Bitrix24

Create inbound webhook

Cyclr requires a Bitrix24 User ID and a Webhook ID when installing a Bitrix24 Connector.

To obtain these from the Bitrix24 dashboard:

  1. Select Applications > Developer resources in the left hand menu.
  2. Select Other.
  3. Select Inbound webhook.
  4. Get the User ID and Webhook ID values.
  5. Assign permissions.
  6. Select Save.

Get User ID and Webhook ID

In the Webhook to call REST API field, make a note of the User ID and Webhook ID values.

  • The User ID is the integer value found in the URL after “/rest/”.
  • The Webhook ID is the random 16 character alphanumeric string.

For example, if the URL was https://my.bitrix24instance.co.uk/rest/103/j2zdj8r9h0fdgsb3/:

  • The User ID is 103
  • The Webhook ID is j2zdj8r9h0fdgsb3

Assign Permissions

Cyclr requires the following permissions for the Bitrix24 Connector to function correctly:

  • CRM (crm)
  • Users (user)
  • User custom fields
  • Commercial catalog

Under the Assign permissions heading, to add each permission:

  1. Select + select.
  2. Enter the required permission.
  3. Select the required permission from the list.

Cyclr Setup

Cyclr asks you for the below values when you install a Bitrix24 Connector within an account:

ValueDescription
URLThe URL of the Bitrix24 instance.
For example, https://my.bitrix24instance.co.uk
Webhook IDThe Webhook ID of the Bitrix24 Inbound Webhook.
User IDThe User ID of the Bitrix24 Inbound Webhook.