Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Nov 30, 2023
1 parent d892b5f commit 41b5d8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1737,16 +1737,22 @@ The standard events emitted by Scoold are:

- `question.create` - whenever a new question is created
- `question.close` - whenever a question is closed
- `question.view` - whenever a question is viewed by anyone
- `answer.create` - whenever a new answer is created
- `answer.accept` - whenever an answer is accepted
- `report.create` - whenever a new report is created
- `comment.create` - whenever a new comment is created
- `user.signin` - whenever a user signs in to the system
- `user.signup` - whenever a new user is created
- `user.search` - whenever a user performs a search
- `revision.restore` - whenever a revision is restored
- `user.ban` - <kbd>Pro</kbd> whenever a user is banned
- `user.mention` - <kbd>Pro</kbd> whenever a user is mentioned
- `question.like` - <kbd>Pro</kbd> whenever a question is favorited

The event playloads for events `user.signin`, `question.view` and `user.search` contain extra information about the
client which made the original request, e.g. IP address, `User-Agent` and `Referrer` headers.

In addition to the standard event, Para also sends webhooks to the following core (CRUD) events, for all object types:
`create`, `update`, `delete`, `createAll`, `updateAll`, `deleteAll`.

Expand Down

0 comments on commit 41b5d8b

Please sign in to comment.