Get Follower Count
Returns the amount of followers your channel currently has.
This is an Async (Purple) Command, which operates differently from standard commands.
| Box Name | Type | Description |
|---|---|---|
| Login Name | Dropdown | Your Twitch login name (all lowercase characters) |
| Save Variable As | String | Variable name to save the follower count |
Requires the
moderator:read:followers and user:read:email Twitch scopes.
Saved Value:
| Value | Type | Description |
|---|---|---|
| savedVariable | Number | Total follower count returned by Twitch (total). |
| undefined | Undefined | Saved if Twitch is not connected, the channel cannot be resolved, required scopes are missing, Twitch returns an empty response, or the request fails. |
Twitch API Endpoint: GET /helix/channels/followers
Example SAMMI Response:
42371
SAMMI saves only the total field from the API response as a plain number.