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:
- Select Applications > Developer resources in the left hand menu.
- Select Other.
- Select Inbound webhook.
- Get the User ID and Webhook ID values.
- Assign permissions.
- 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 fieldsCommercial catalog
Under the Assign permissions heading, to add each permission:
- Select + select.
- Enter the required permission.
- 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:
| Value | Description |
|---|---|
| URL | The URL of the Bitrix24 instance. For example, https://my.bitrix24instance.co.uk |
| Webhook ID | The Webhook ID of the Bitrix24 Inbound Webhook. |
| User ID | The User ID of the Bitrix24 Inbound Webhook. |