Webhooks for bounties

Need to add a webhook feature to bounties which, when a new bounty is created, sends some relevant data to the webhook endpoint.

  • This can be used a notification feature.
  • Users can get notified when the bounty on their specialized field is posted. Thereby more efficient .
  • Reduce workload.
  • Will make the platform more popular among other softwares, such as Discord & telegram which supports webhook feeds.
5 Likes

Use GraphQL :slight_smile: https://replit.com/graphql

I don’t think Replit will be adding webhooks for their APIs anytime soon, but you can setup polling on the GraphQL API.

4 Likes

Welcome to the community!

3 Likes

mod telling people to use gql O_O, never thought I’d see the day

3 Likes

lol, most of us don’t know how to use graphql :smiley:

3 Likes