yuuvis® Q&A

+1 vote
in yuuvis Momentum by (2.4k points)

Hi Yuuvis Team

I would like to know if there is an overview of the types which can be used for the System Hooks and when exactly they are triggered. From the examples I have gained an insight of two or three hooks, but it would be nice to know what other possibilities there are.

E.g. object.insert.document for the AMQP or user.info and dms.request.import.storage.before for a Web Hook.

Kind regards
Nicole

1 Answer

0 votes
by (1.8k points)
edited by

Hi Nicole, please use the following documentation: https://help.optimal-systems.com/yuuvis_develop/display/YMY/System+Hooks

by (2.4k points)
Hi, thanks for the reply. Two questions about the documentation:
1. Can all Web Hooks also be used as AMQP Hooks?
2. And will there be more Hooks in the future? For example to get notified when a document is updated or deleted?
Kind regards
Nicole
asked Aug 31, 2020 in yuuvis Momentum by (2.4k points) System Hooks for updates, deletes etc.
by (2.4k points)
To answer my first question : No, AMQP Hooks and WebHooks are different. The only AMQP Hook currently supported to my knowledge is "object.insert.document".
And the working link is: https://help.optimal-systems.com/yuuvis_develop/display/YMY/System+Hooks
...