Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

1 Minimum system requirements

2 Server license installation procedure

2.1 Deploying the Beesender connector

  1. Create a site in IIS for the connector

  • The connector must be signed with an SSL certificate and have a domain name accessible from the outside, from the Internet (for communication with the official API of messengers and social networks).

  • Add the license file beesender.lic to the folder with the BeesenderConnector site.

2. In appsettings.json of the connector, fill in the fields (Table 2).

3. Set up access for apps.

  • The connector must have access to the resources specified in its appsettings.json (Table 1)

  • The connector must have access to your Creatio

  • Creatio app must have access to the Beesender connector

Table 1 – Access from the connector server via URL

Table 2 – The value of parameters in appsettings.json sites

Parameter name

Value

DB

Database connection string expanded in chapter 2.1

WebhookUrl

Domain name of the connector, accessible from the outside

LicenseFilePath

The path to the beesender.lic file

IsOnSite

True

LicFileName

License file name with extension

2.2 Installing and configuring the Beesender package on Creatio

  1. Install the up-to-date Beesender package on Creatio

  2. Set the system settings values (Table 3)

  3. Go to the "Chat settings" section, enter the Login and password to enter Creatio. In Actions, click the Synchronize button.

Table 3 – System settings values

System setting code

Value

BeesenderOperatoHost

Beesender Connector App Address

BeesenderServices

https://{BeesenderConnector}/services/{0}

BeesenderFBLService

https://{BeesenderConnector}/services/fbl

BeesenderOperatorAppId

Your access token

BeesenderOperatorToken

AreConfiguredChats

true

BeesenderTokenService

Empty value

  • No labels