Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Do you have any doc about groups? #11

Closed
gauthierbuttez opened this issue Jul 26, 2020 · 4 comments · Fixed by #12
Closed

Do you have any doc about groups? #11

gauthierbuttez opened this issue Jul 26, 2020 · 4 comments · Fixed by #12
Labels
documentation Improvements or additions to documentation question Further information is requested
Milestone

Comments

@gauthierbuttez
Copy link

Hi,

first of all, thank you for your work. It should be useful for my startup.
Do you have any documentation about the group feature? Or maybe you still didn't develop anything regarding the groups?

Let me explain you my needs, you may redirect me to the good solution.

I am developing a saas business.

  1. When users didn't use at all my software, I would like to send them a series of mails. So I should create an automation series of mail for a specific group. Let's call this group "NON INSTALL GROUP".
    And then, when my software will detect a user didn't use it at all, it will add this user in this specific group : "NON INSTALL GROUP"
    If the user used my software, it will check if user is in this group and remove him/her.

  2. When users didn't use since a long time my software, I would like to send them a series of mails. So I should create an automation series of mail for a specific group. Let's call this group "NOT USED SINCE LONG TIME GROUP".
    And then, when my software will detect a user didn't use since a long time, it will add this user in this specific group : "NOT USED SINCE LONG TIME GROUP"
    If the user used my software, it will check if user is in this group and remove him/her.

I think you get the idea of my specific needs. It is important for the retention of my saas. And RETENTION is king in SAAS business. It is very important.

Maybe there is another way to do what I need?

Kind regards

@skoudoro
Copy link
Owner

Hi @gauthierbuttez,

Thank you for asking. Most of the groups features are implemented and just need documentation.

Unfortunately, I have some deadline so I cannot work on it now until August 1rst. However, you can look at some example from @Naishy here. He shows how to use group with this python wrapper.

Your approach make sense to me and I hope those examples will help you.
Let me know not you have any other questions.

@skoudoro skoudoro added question Further information is requested documentation Improvements or additions to documentation labels Jul 26, 2020
@skoudoro skoudoro added this to the 0.3.0 milestone Jul 26, 2020
@Naishy
Copy link
Contributor

Naishy commented Jul 26, 2020

Hi @skoudoro,
Was going to submit a PR for the doc improvements - just wanted to add a few words around the examples. I also found that adding multiple subscribers to a group (groups.add_subscribers) didn't process the response correctly, as it returns multiple subscriber details. I'll create a PR with some tests as I don't think there's coverage in that area ATM.

Thanks for the useful library - very easy to use! 👍

Tim

@skoudoro
Copy link
Owner

Great! Good catch and thank you for doing this!

I'm looking forward for your PR.

Thanks!

@skoudoro skoudoro linked a pull request Jul 26, 2020 that will close this issue
@skoudoro
Copy link
Owner

The doc has been updated by #12 so I am closing this issue.

Feel free to reopen it if you have any related questions @gauthierbuttez.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants