DEV Community

codebangkok
codebangkok

Posted on

n8n: Telegram can't parse entities

1) Add Field
2) Choose - Parse Mode

3) Choose - MarkdownV2
4) Edit Text

{{ $json.output.replace(/([_*[\]()~`>#+\-=|{}.!])/g, '\\$1')  }}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)