/
Set up Anonymous endpoint in Creatio (Calls)
Set up Anonymous endpoint in Creatio (Calls)
In folder ..\Terrasoft.WebApp\ServiceModel create file VvtTalkDeskWebHookHandler.svc and add the following code
<% @ServiceHost Service = "Terrasoft.Configuration.VvtTalkDeskWebHookHandlerNamespace.VvtTalkDeskWebHookHandler" Debug = "true" Language = "C#" %>
In the files ..\Terrasoft.WebApp\ServiceModel\http\services.config and ..\Terrasoft.WebApp\ServiceModel\https\services.config add the following block <services>:
<services> ... <service name="Terrasoft.Configuration.VvtTalkDeskWebHookHandlerNamespace.VvtTalkDeskWebHookHandler"> <endpoint name="VvtTalkdeskChatWebhookHandlerEndPoint" address="" binding="webHttpBinding" behaviorConfiguration="RestServiceBehavior" bindingNamespace="http://Terrasoft.WebApp.ServiceModel" contract="Terrasoft.Configuration.VvtTalkDeskWebHookHandlerNamespace.VvtTalkDeskWebHookHandler" /> </service> </services>
In the file ..\Terrasoft.WebApp\Web.config add block<location> to section <configuration>:
<configuration> ... <location path="ServiceModel/VvtTalkDeskWebHookHandler.svc"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> ... </configuration>
In the file ..\Terrasoft.WebApp\Web.config change attribute 'value' in the section<appSettings>:
Reload the application in IIS
Configuration for .Net6
Add the following block to the AnonymousRoutes block of the appsettings.json file
, multiple selections available,
Related content
Set up Anonymous endpoint in Creatio (Chats)
Set up Anonymous endpoint in Creatio (Chats)
More like this
Set up Anonymous endpoint in Creatio
Set up Anonymous endpoint in Creatio
More like this
TalkDesk connector set up
TalkDesk connector set up
More like this
Automations
Automations
Read with this
Anonymous endpoint settings in Creatio
Anonymous endpoint settings in Creatio
More like this
TalkDesk parameters setup
TalkDesk parameters setup
Read with this