I have a ruby script to connect with a service, but I don’t know how to request it throught the command line node.
ruby /mnt/auth_curl.rb
I have a ruby script to connect with a service, but I don’t know how to request it throught the command line node.
ruby /mnt/auth_curl.rb
Welcome to the community @eaguty!
Sadly no experience with ruby at all but a short Google search confirmed that it looks generally correct:
For it to work, you have to however make sure that you have ruby installed alongside n8n. So if you use the docker-image you probably have to use it as a base and extend it with ruby.