-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
enhancementNew feature or requestNew feature or requesteventRelates to the `event` feature.Relates to the `event` feature.
Description
Add the ability to specify the ID of the EventSub Subscription.
I've marked what I want to specify in the follow body to clear any possible confusion
{
"subscription": {
"id": "I_WANT_TO_SPECIFY_THIS",
"type": "channel.update",
"version": "1",
"status": "enabled",
"cost": 0,
"condition": {
"broadcaster_user_id": "1337"
},
"transport": {
"method": "webhook",
"callback": "https://example.com/webhooks/callback"
},
"created_at": "2019-11-16T10:11:12.123Z"
},
"event": {
"broadcaster_user_id": "1337",
"broadcaster_user_login": "cool_user",
"broadcaster_user_name": "Cool_User",
"title": "Best Stream Ever",
"language": "en",
"category_id": "21779",
"category_name": "Fortnite",
"is_mature": false
}
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesteventRelates to the `event` feature.Relates to the `event` feature.