Skip to main content

Set up a message listener


Messages are notifications sent to other listening components about actions performed on the Banqup platform. For example, several components might be interested to be notified when a new document has been uploaded: reconciliation, signing, accounting software etc.
Listening to messages requires registration of a "message-listening" plugin (predefined hook) within the platform. Also, because not all components are interested in all messages, you can filter what messages you want to receive, using message categories and types.

Check out the API guides for more information on plugins and messages and follow the steps below to set up a message listener.

Prerequisites