API keys & tokens creation steps:
Click API keys & tokens button (Fig. 1.) (required to generate the token requested in the Twilio SDK).
Fig. 1. API keys & tokens button
b. And then click Create API key button (Fig. 2.)
Fig. 2. Create API key button
2. Specify Friendly name and region and click Create API Key button. (Fig. 3.)
Fig. 3. Create API key button
3. Now you need to copy those data to Creatio. SID is our API Key
ATTENTION this is the only chance to copy and save a Secret. After clicking the Done button, it will be hidden. (Fig. 4.)
Fig. 4. Copy secret key
4. The SID of the application responsible for making outgoing calls. Used when generating a token. The application must be created once and used for all users. For Application SID you need to do following steps.
Application SID creation steps:
a. https://console.twilio.com/ go to the following menu Develop - Voice - Manage - TwiML apps (Fig. 5)
Fig. 5. TwiML apps
If this tab (Voice) is not in the left menu, you need to add it via Explore Products (Fig. 6).
Fig. 6. Explore Products
b. Create new TwiML App (Fig. 7).
Fig. 7. Create new TwiML App
Request URL - [Address of the Creatio application]/0/ServiceModel/VvtTwilioServiceHelper.svc/MakeOutgoingCall
Address of the Creatio application for executing requests from Twilio. Without a slash at the end.(Fig. 8)
Fig. 8. VvtTwilioBaseAPIUrl
Request Method - GET
c. Save to Creatio TwiML App SID. (Fig. 9). This is our Application SID.
Fig. 9. TwiML App SID
5. Twilio number this is the phone number active in tvilio for affixing CallerID when making calls to external numbers. The list of active numbers can be viewed here(Fig. 10). The number must have an icon in the Voice column.
Fig. 10. Active Numbers
6. Once Twilio account is set up, please also set up Creatio server using this instruction Anonymous endpoint settings in Creatio.
The API keys(SID) & tokens(Secret) that you have created using this instruction will be needed for the Setting Up Telephony for the User.