Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen
Download user data to csv
Beantwortet
Gepostet 28. Juni 2021
Hello,
Is there a way to download a list of users who have posted to Gather to a CSV file?
Thanks.
0
1
Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen
Gepostet 28. Juni 2021
Hello,
Is there a way to download a list of users who have posted to Gather to a CSV file?
Thanks.
0
1 Kommentar
Devan La Spisa
Hello @...,
To export a list of customers posts from Zendesk Gather, you need to leverage our Help Center API using the List Posts endpoint:
Replace {id} with the topic ID for the topic you want to pull posts from. The topic ID is the number found in the URL of that topic.
The list will export in a .json format. You can then use a JSON to CSV converter to pull the posts into a spreadsheet.
For more information, I would recommend looking into our article on How to export the comments of a community post?
Best regards
0