1 vote
We are evaluating Remote Desktop Manager / Devolutions PAM as part of a Privileged
Access Management project. A key requirement on our side is integrating privileged
access events with an external automation/orchestration platform, specifically n8n.
Feature request:
Support for outbound webhooks that notify an external system (such as n8n) when:
- a session starts or ends
- an access request changes status (e.g. approved, expired, revoked)
- a credential is checked out or checked in
Currently this appears to require polling the REST API rather than receiving a push
notification, which is significantly less efficient and less reliable for near-real-time
use cases.
It would also be helpful to know whether:
- there is any existing documentation or reference architecture for integrating RDM/PAM
with low-code automation tools like n8n
- authentication for such an external integration can be scoped to least privilege
(specific actions/accounts only, rather than full administrative API access)
Happy to provide more detail on our use case if useful.