1
4 Comments

Stripe subscription plans (automated) to join Slack community - options?

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:

  • free sign-up ($0/mo) - temporary for the early days (now)
  • monthly subscription
  • yearly subscription
  • lifetime (pay-once) subscription?
on January 11, 2020
  1. 1

    I thought about something like this before.
    Doesn't that go against Slack's policy ?

  2. 1

    Haven’t used it, but looks like this service might do what you need: https://launchpass.com/

  3. 1

    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_email

    You 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 !

  4. 1

    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?