Private user emails - private forums

Avatar
  • updated
  • Completed
Is there a way to download private user emails to a csv format (or any format?)
Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Hello Andrew.
We found a variant of the solution without the implementation of export. You need to narrow the size of the browser window so that all email addresses are lined up in one column. Then you can copy and paste all email addresses in Word, Excel, Notepad or other editor.
Avatar
Sergey Stukov co-founder
  • Started
We able to add API call that will allow you to get list of emails that has private forum access. It's will return data in json or xml format.
If this variant suitable for you we able to add it within 24hours.
Avatar
Israelize
I believe that should work. Does this mean I need to work through you to get the data every time? Perhaps I'm not clear on the "API call". Also, would this cost us extra?
Avatar
Sergey Stukov co-founder
Find our here our existing API that allow to get misc data.

No extra cost we just add another API call which will look like:

http://userecho.com/api/forums/[forum_id]/allowed_users_emails/ and will return users emails.
Avatar
Sergey Stukov co-founder
Or if this looks like very complicated. We can just add small button near email list in the web interface, that will return .CSV list.
Avatar
Israelize
Quote from Sergey Stukov
Find our here our existing API that allow to get misc data.

No extra cost we just add another API call which will look like:

http://userecho.com/api/forums/[forum_id]/allowed_users_emails/ and will return users emails.
This is great. Thank you!
Avatar
Israelize
Quote from Sergey Stukov
Or if this looks like very complicated. We can just add small button near email list in the web interface, that will return .CSV list.
I would prefer just a small button to get the .CSV list. We have other staff we want to add that are even less technical than I. Thank you.
Avatar
Israelize
Quote from Sergey Stukov
Or if this looks like very complicated. We can just add small button near email list in the web interface, that will return .CSV list.
Also, have you thought of an API to work with mail clients like MailChimp, etc.? Or do we have that option? In other words, to draw email data from MailChimp into the private forum?
Avatar
Sergey Stukov co-founder
Quote from Israelize
Also, have you thought of an API to work with mail clients like MailChimp, etc.? Or do we have that option? In other words, to draw email data from MailChimp into the private forum?
Regarding MailChimp. Provide your main idea.

1) For example you have list of subscribers in MailChimp and you want to grant access to a private  forum to all of them.

2) You want to add all your UserEcho private forum users to a MailChimp newsletter list.

Or something else?
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Hello Andrew.
We found a variant of the solution without the implementation of export. You need to narrow the size of the browser window so that all email addresses are lined up in one column. Then you can copy and paste all email addresses in Word, Excel, Notepad or other editor.
Avatar
Israelize
While true that I can copy and export, it is still pasted into one excel/spreadsheet block. The email values are not separated and end up being one very long string. I am using Chrome. Do you find that browsers make a difference?