Brock_Harris | 2019-07-18 23:36:43 UTC | #1
Has anyone actually utilized a scheduled callback button on their website that interfaces with purecloud? We are looking for some guidance on getting this implemented
tim.smith | 2019-07-19 14:35:42 UTC | #2
The public-stats-service open source project demonstrates a method of creating callbacks from a website. The key is that it requires you to have a back-end component in your web site's architecture. In the case of the example, that's a node.js service, but you can implement the necessary API calls in any back end you have (ASP.NET server-side scripts, PHP, etc.). The back end component is required because you cannot use client credentials from the public web site; that would require providing your client secret publicly, which is a massive security risk.
system | 2019-08-19 14:35:45 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 5587