Webhook to bi-directional github discussion and discord forum #7191
-
I was wondering if there is already an example of how to connect github and discord for threaded reply in discussions. Specifically, discord has the forum post style channel, which is structured the same as github discussions. I.E. single post, replies in a thread. I am looking to have:
Is this, or a subset, feasible (and available? I am not actually that capable with the webhook APIs) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can achieve this on Discords side with webhooks, and GitHubs side via this API https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions |
Beta Was this translation helpful? Give feedback.
You can achieve this on Discords side with webhooks, and GitHubs side via this API https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions