Skip to main content

Is it possible to get a list of all subscribers via API?

and this endpoint

https://api.manychat.com/fb/page/getGrowthTools

gives this

{ "status": "success", "data": [ { "id": 26288466, "name": "Post or Reel Comments #1", "type": "feed_comment_trigger" } ] }

what is id here? how i could use it in API?

thanks!!!

It’s not possible to get a list of all subscribers via the API.

My suggestion is to export the IDs using Google Sheets and then you can maintain the list there.

 

The ID you got from the getGrowthTools is the growth tool id. They’re called triggers now in Manychat, and there isn’t much you can do with that id.


thank you!

and there is no way to get messages history by subscriber  through  API, right?


Nope.


Reply