Override node parameters

Hi!

I was trying to create a ticket with HTML formatting using Zammad node, but it shows in plain text.

Upon further inspection, I noticed in the reply that the “article” was

Is there a way around this? Anyway I can override this parameter (please note the parameter is generated by the Zammad node and is not available before its execution)?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @affarinha!

If that property is not exposed, there is sadly currently no way to overwrite it unless the node code gets changed. The only way to achieve that right now, would be using the HTTP Request node, in combination with the existing Zammad credentials and making the request yourself manually.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.