The Bitrix24 Connector uses Bitrix24’s Inbound Webhooks feature to make API requests.
Setup within Bitrix24
Create inbound webhook
Cyclr requires a webhook ID to install the Bitrix24 Connector.
From the Bitrix24 dashboard:
- Select Applications > Developer resources in the left hand menu.
- Select Other.
- Select Inbound webhook.
- Get the webhook ID.
- Assign permissions.
- Select Save.
Get Webhook ID
In the Webhook to call REST API field, make a note of the webhook ID.
The webhook ID is the random 16 character alphanumeric string that makes up part of the URL.
For example, if the URL is https://my.bitrix24instance.co.uk/rest/1/j2zdj8r9h0fdgsb3/
, then the webhook ID is j2zdj8r9h0fdgsb3
.
Assign Permissions
Cyclr requires the following permissions for the Bitrix24 Connector to function correctly:
CRM (crm)
Users (user)
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 your Bitrix24 instance. For example, https://my.bitrix24instance.co.uk . |
Webhook ID | The webhook ID of your Bitrix24 Inbound Webhook. |