Making an RPC call

Can we make an RPC call in N8N natively?

Hi @krisk918, I am afraid I don’t think there is a built-in functionality for this and my understanding of RPC is that it’s a catch-all term describing different implementations.

You could check if there is a suitable npm module for your specific task and install it on your n8n machine. You would then be able to use it through n8n’s Function & Function Item nodes, provided you allow the use of this module through the NODE_FUNCTION_ALLOW_EXTERNAL environment variable.

Thanks @MutedJam . I’ll try that.