raguv12ps
4 years agoAce
Automate Endpoint
I'm trying to run an endpoint automatically to assign roles to users in community by communicating with salesforce through Rest API. It uses the users community email to fetch appropriate roles from ...
I believe there is a cron style "batcher" available to Khoros Professional Services or maybe Support if you're lucky 🙂 which you can kindly request your endpoint to be hit every 5 minutes or whatever period you choose.
The event subscription model would be a better approach but I think you are correct in that "keep me signed in" bypasses UserSignOn events. but I could be mistaken..
cblown Thanks for the response.
I think I'm going to create an external Trigger in salesforce to hit the community endpoint through Rest Services.
The endpoint function is to retrieve all users and assign roles, The count is 308678 users and I'm not sure if there would be a timeout on endpoint before the operation completes.