You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after writing an app that utilizes the Memos webhook, I learned and noticed that webhooks are only per-user (meaning it will process only memos made/edited/deleted by the user who created the webhook).
The JSON contains the information about the user, twice. Which is quite redundant since these two fields will essentially be constant
Also, I might be interested in global (let's call them admin) webhooks, that would process webhooks of all users, but ONLY those with visibility set to Workspace or Public (in order to not violate users' privacy for their Private memos).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, after writing an app that utilizes the Memos webhook, I learned and noticed that webhooks are only per-user (meaning it will process only memos made/edited/deleted by the user who created the webhook).
There two problems I have with this fact:
Also, I might be interested in global (let's call them
admin
) webhooks, that would process webhooks of all users, but ONLY those with visibility set to Workspace or Public (in order to not violate users' privacy for their Private memos).Beta Was this translation helpful? Give feedback.
All reactions