Skip to content

Report webhook documentation

Nyo edited this page Mar 6, 2016 · 1 revision

In ripple, you can set a webhook to which send reports via a POST request each time you get a report on your ripple instance. Here it is documented how it works:

The POST request contains the following paremeters:

  • key: a secret key because memes
  • title: the title of the issue
  • content: the actual content of the issue
  • id: the report ID, so that you can make a link to it
  • type: either bug or feature
  • username: guess
Clone this wiki locally