Not that I know of unfortunately.
Not being able to move posts to or from PU's is really disappointing tbh. We’ve been asking for this for more than a year. You also can't see the rank and rank icon of a user/admin in PU's which is weird as well. etc.
Hi,
@Paul_ , yes it kind of is the same behavior as in ideation.
@DannyPancratz, interesting. Probably a no-brainer for you, but I haven’t made the connection yet. How can I use it with the API? Which other tool are you using to move comments and topics between the areas?
I tried to find out if you have solved it on your community plattform, but wasn’t able to.
Or do you mean, this is possible, if the whole community plattform is somehow setup via an API and just pulling the information to our own website?
Best, Lena
@Lena H.
Or do you mean, this is possible, if the whole community plattform is somehow setup via an API and just pulling the information to our own website?
Good news: This is not necessary. You can use the API to address individual use cases, no need to set up the whole platform.
I tried to find out if you have solved it on your community plattform, but wasn’t able to.
Nope. I don’t have a use case yet.
Now the good stuff…
How can I use it with the API? Which other tool are you using to move comments and topics between the areas?
You have a few options. For one-off or a handful of individual replies you need to move, there’s a free tool called Postman.
Or, if you think this is going to be semi-common, I automate a lot of things with Zapier. But you could use any automation tool to leverage the API.
It sounds like your use case is in the middle: it’s a subset of replies, but community members might keep adding them.
If it were me, I’d build a simple Zapier automation (if you’re not using it yet, this could definitely work within the free plan)
- New Google Form Submission (build a form to collect the info you need for the API)
- Reply ID - get this from the copy link option on the reply
- Which of your 4 Main Threads you want to move it to
- Set this up with the TopicId on the end of the option
- Format
- split the text or extract the number (you need to isolate the topicId)
- Gainsight CC - API Request (beta)
- Insert the replyId from the google form
- Insert the topicId from step 2
- Have the moderatorId preset to you or one of the admins
The end result is that whenever you want to move one of these replies, you just get the replyId from the URL, fill out the form, and it moves.
Thanks so much @DannyPancratz!
I will see if I can get the API Request, as I am not aware we have it yet.
Best,
Lena
And yes, it is more a once off thing.
We need to move comments from an escalation which we have splitted more concrete and per topic and answered to the different aspects.
Also we have whole posts in this area which need to be changed as the whole content type is moving areas. :)