You can log console messages in your backend code

Hi Andreas,

So, this same functionality isn’t available from the functions.js file because those functions don’t interact with the browser at all. They are functions you can provide to another user to access the functionality in your site. To accomplish what you want you would need to assign the message to a variable and pass that variable as part of the body of the HTTP message.