Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Recommend geography-based channels to new members #60

Open
hollomancer opened this issue Jul 10, 2018 · 5 comments
Open

Recommend geography-based channels to new members #60

hollomancer opened this issue Jul 10, 2018 · 5 comments

Comments

@hollomancer
Copy link
Member

When a new user is greeted, given that we know their zip code, we can recommend #city/#state Slack channels to them via a DM from the bot - without needing a human to make the recommendation.

I was actually wondering if we could make a user join a channel via the bot, but I am not sure if the API allows that.

We can just start with our biggest meetups now, as an MVP - NYC and Seattle.

@AllenAnthes
Copy link
Member

@hollomancer Looks like we can use channels.invite . If I remember correctly "inviting" essentially joins the channel for the user, no?

@hollomancer
Copy link
Member Author

Yep, pretty much. That seems like a good solution.

@apex-omontgomery
Copy link
Member

Blocked by backend integration. Need ability to get user information when they are registered. Alternative way is using the admin status to get the details (ip address and relate that to the locations). That is a route that I'm hesitant to do.

@hollomancer
Copy link
Member Author

Is there already a backend issue for that?

@apex-omontgomery
Copy link
Member

Yes, there's a few that are working on integration. The first step was to get the simple interface setup with the tables to give parity to how BE/ bot store emails and use that as a key. Once that was done a better connection was going to be looked at.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants