Clover13 Posted June 9, 2022 Posted June 9, 2022 Is there any way to automate creating a new daily topic and locking the previous days topic?
Randy Calvert Posted June 10, 2022 Posted June 10, 2022 No, this is not possible out of the box. This might be possible with a third party customization, however I am not aware of any that exist for this in the marketplace today. SeNioR- and Clover13 1 1
Sonya* Posted June 10, 2022 Posted June 10, 2022 It should be possible with Zapier. SeNioR- and Clover13 2
Jim M Posted June 10, 2022 Posted June 10, 2022 Thanks, Randy and Sonya! As mentioned by them, there is nothing innate there but an integration like Zapier may be possible. I'll tag our resident Zapier expert, @Daniel F, to see if he has any ideas on that. Clover13 1
Daniel F Posted June 10, 2022 Posted June 10, 2022 You can indeed create daily topics with our Zapier integration, but unfortunatly you can't close them this way. Instead you'll need to utilize the REST API and use the Zapier Webhook integration to send a request to your community to close the topic. Here's a quick example which I've just created and tested sucessful: 1. I've used the scheduler to create a daily running zap https://zapier.com/apps/schedule/integrations 2. I've used our Invision Integration to create a topic https://zapier.com/apps/invision-community/integrations 3. Get the topic id from the yesterday topic from the Zapier Storage https://zapier.com/apps/storage/help 4. store the todays topic id in the Zapier storage. 5. Run a request with help of the Zapier Webhooks Integration to your REST endpoint to close the topic https://zapier.com/apps/webhook/integrations This sounds complicated, but it took me literally 3 minutes to set up the zap and 1 minute to create the REST endpoint on my community Clover13, Noble~ and Jim M 3
Clover13 Posted June 10, 2022 Author Posted June 10, 2022 Awesome! Thanks for the feedback all, and great example layout @Daniel F! I was playing around with the REST API last night and able to create topics through it via an apikey, but I'll look into the Zapier approach you detailed and give that a go!
Recommended Posts