papermark
papermark copied to clipboard
Webhooks for link / document events
Could you please explain this further? I would like to work on this issue.
Absolutely @luckyklyist
Basically, the idea is that w provide events as a webhook to our users.
The user would add their external endpoint (example.com/api/webhook
)and then choose which events should be pushed to that endpoint.
Events and their payload need to be well defined, but we can always expand and new events can always be added.
Obvious ones are:
- link.viewed
- document.viewed
- document.downloaded
- ...
For reference here's a list of webhook events from resend:
I would love to work in this issue. Can you please assign this issue to me? @mfts
Go for it @RockingThor 🔥
On it. Will raise a PR soon.