01-14-2022 08:20 AM
hi dear friends,
i want to know how to config a space in cms, so it's secret will change during period of time ?..
it has regenerate secret button, but it is manually ..
and we must press it every time manually..
because when we send hyperlink for guest users to join, we want after specific period of time, that secret for space goes change, so guest users not able to connect again, and we send new hyperlink for them..
(hyperlink contain secret of space)
(i am thinking about a solution which install POSTMAN software, and write a script on it, so it connect automatically on his own and PUT that script on cms !!!)
Solved! Go to Solution.
02-03-2022 01:15 AM - edited 02-03-2022 01:16 AM
hi dear friends,
and thanks dear @b.winter
finally, i did that by installing postman on a centos linux, and create a script which centos automatically will execute on CMS (centos+postman+newman-tools)
in postman gui app, you can export .json from your config
then for run .json file with centos linux, you need "newman" tools for postman to be installed on centos
then schedule newman to run .json file every day or every hour
to generate new secret invitation key on your specific space on CMS
thanks everybody
01-14-2022 08:31 AM
Hi,
there is no automation on CMS itself.
As your correctly mentioned, you need some tools or scripts, which will do it for you.
--- Please rate this post as "Helpful" or accept as a solution, if your question has been answered ---
02-03-2022 01:15 AM - edited 02-03-2022 01:16 AM
hi dear friends,
and thanks dear @b.winter
finally, i did that by installing postman on a centos linux, and create a script which centos automatically will execute on CMS (centos+postman+newman-tools)
in postman gui app, you can export .json from your config
then for run .json file with centos linux, you need "newman" tools for postman to be installed on centos
then schedule newman to run .json file every day or every hour
to generate new secret invitation key on your specific space on CMS
thanks everybody
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide