Skip to content

EventSub subscription ID #176

@Dkamps18

Description

@Dkamps18

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 requesteventRelates to the `event` feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions