Foreach Loops
Subscribers
Loop
[[[foreach:subscribers as subscriber]]] [[[subscriber.id]]] [[[endforeach]]]
channel subscriber.
Fields available on each iteration item
Inside the loop body, reference any of these fields as [[[alias.field]]], where alias is the name you picked after as. Missing fields render as an empty string.
user_id,user_login,user_name:: the subscriberuser_profile_image_url:: the subscriber's avatar (enriched from Helix)broadcaster_id,broadcaster_login,broadcaster_name:: your channelis_gift:: true if the sub was giftedgifter_id,gifter_login,gifter_name:: empty string whenis_giftis falsegifter_profile_image_url:: the gifter's avatar (enriched)tier:: "1000", "2000", "3000", or "Prime"plan_name:: human-readable tier label (e.g. "Tier 1")