
We support the solution via posts on Creatio Community
Email approvals for Creatio allows for making approval via email without login to Creatio.
The app helps Creatio users making their approvals faster and more easily.
A setup of anonymous service is required to start working with the app.
This free add-on was developed on the Creatio platform by citizen developers, as part of the "Dev Labs" community project. If you have questions or encounter any issues while using the add-on, please create a post on the Creatio Community, where citizen developers and other community members will be able to help you.
1. Copy to folder ..\Terrasoft.WebApp\ServiceModel\ file GlbEmailApprovalService.svc
2. Add to ..\Terrasoft.WebApp\Web.config :
<location path="ServiceModel/GlbEmailApprovalService.svc">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
and at the end of AllowedLocations - ";ServiceModel/GlbEmailApprovalService.svc"
3. Add to ..\Terrasoft.WebApp\ServiceModel\http and ..\Terrasoft.WebApp\ServiceModel\https in file services.config :
<service name="Terrasoft.Configuration.GlbEmailApprovalService.GlbEmailApprovalService">
<endpoint name="GlbEmailApprovalServiceEndPoint"
address=""
binding="webHttpBinding"
behaviorConfiguration="RestServiceBehavior"
bindingNamespace="http://Terrasoft.WebApp.ServiceModel"
contract="Terrasoft.Configuration.GlbEmailApprovalService.GlbEmailApprovalService" />
</service>
We support the solution via posts on Creatio Community
Leave your feedback about the solution to its developer and Marketplace team