diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/gift-subscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/gift-subscription.md
index 5626e68a..f2d0dc94 100644
--- a/streamerbot/3.api/2.triggers/kick/subscriptions/gift-subscription.md
+++ b/streamerbot/3.api/2.triggers/kick/subscriptions/gift-subscription.md
@@ -1,8 +1,31 @@
---
title: Gift Subscription
description: Trigger for a Kick Gift Subscription
+variables:
+ - name: recipient.userName
+ type: string
+ description: The recipient user's display name
+ value: KickUser123
+ - name: recipient.userLogin
+ type: string
+ description: The recipient user's login name
+ value: kickuser123
+ - name: recipient.userId
+ type: string
+ description: The recipient user's id
+ - name: recipient.profilePicture
+ type: string
+ description: The recipient user's profile picture
+ - name: recipient.platform
+ type: string
+ description: The recipient user's platform
+ - name: subscribedAt
+ type: DateTime
+ description: Subcription timestamp
+ - name: expiresAt
+ type: DateTime
+ description: Subcription expiration timestamp (subscribedAt + 1 month)
commonVariables:
- KickBroadcaster
+ - KickUser
---
-
-:wip
diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md
index 2e4e4955..9db31cb6 100644
--- a/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md
+++ b/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md
@@ -1,8 +1,31 @@
---
title: Mass Gift Subscription
description: Trigger for a Kick Mass Gift Subscription
+variables:
+ - name: recipient.userName#
+ type: string
+ description: The recipient user's display name
# is a number starting at 0
+ value: KickUser123
+ - name: recipient.userLogin#
+ type: string
+ description: The recipient user's login name
# is a number starting at 0
+ value: kickuser123
+ - name: recipient.userId#
+ type: string
+ description: The recipient user's id
# is a number starting at 0
+ - name: recipient.profilePicture#
+ type: string
+ description: The recipient user's profile picture
# is a number starting at 0
+ - name: recipient.platform#
+ type: string
+ description: The recipient user's platform
# is a number starting at 0
+ - name: subscribedAt
+ type: DateTime
+ description: Subcription timestamp
+ - name: expiresAt
+ type: DateTime
+ description: Subcription expiration timestamp (subscribedAt + 1 month)
commonVariables:
- KickBroadcaster
+ - KickUser
---
-
-:wip
diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md
index 4e3d64cf..92d2ef0f 100644
--- a/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md
+++ b/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md
@@ -1,8 +1,23 @@
---
title: Gift Resubscription
description: Trigger for a Kick Resubscription
+variables:
+ - name: expiresAt
+ type: DateTime
+ description: Subcription expiration timestamp (subscribedAt + 1 month)
+ - name: duration
+ type: number
+ description: The duration of subscription
+ value: 1
+ - name: badgeCount
+ type: number
+ description: Number of badges the user has
+ value: 1
+ - name: monthsSubscribed
+ type: number
+ description: The amount of months subscribed for
+ value: 2
commonVariables:
- KickBroadcaster
+ - KickUser
---
-
-:wip
diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md
index cf173088..4f74410b 100644
--- a/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md
+++ b/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md
@@ -1,8 +1,23 @@
---
title: Subscription
description: Trigger for a Kick Subscription
+variables:
+ - name: expiresAt
+ type: DateTime
+ description: Subcription expiration timestamp (subscribedAt + 1 month)
+ - name: duration
+ type: number
+ description: The duration of subscription
+ value: 1
+ - name: badgeCount
+ type: number
+ description: Number of badges the user has
+ value: 1
+ - name: monthsSubscribed
+ type: number
+ description: The amount of months subscribed for
+ value: 2
commonVariables:
- KickBroadcaster
+ - KickUser
---
-
-:wip