Any options available to automate user access and removal (disable) to a Slack community behind a Stripe payment plan? I think this used to be very difficult when I researched it years ago, but it’s 2020 and I’m determined to achieve my goals.
Ideally, the following payment options would be available:
I thought about something like this before.
Doesn't that go against Slack's policy ?
Haven’t used it, but looks like this service might do what you need: https://launchpass.com/
Hi @jdams,
It is possible to invite people using the API but only if you have an entreprise grid account (which costs a lot). Thankfully, you can still use the old API to invite people using the old oauth token and this API call :
https://slack.com/api/users.admin.invite?token=your_token&email=user_emailYou can get a token here :
https://api.slack.com/custom-integrations/legacy-tokens
I think that to disable users you can however use the normal API since it doesn't require an entreprise grid account.
Hope this helps !
Hi @jdams,
With @karakanb, we're working on a similar tool like that.
It's a subscription based community management platform.
Would you like to try it?