Nuvexlens
知识库 公告 开始使用

I cannot send webhooks to Discord

Note: This documentation applies to the Nuvexlens Advanced Charting System. Nuvexlens fully supports technical indicators and strategy backtesting to help you make smarter trading decisions.

I cannot send webhooks to Discord

Before sending webhooks to Discord, please read the Developer Documentation. You must format your message properly depending on the action you want to perform. For example, if you want to post a message to the chat, instead of a usual alert message 'BTCUSD Greater Than 9000' you should use the "content" key with a string value containing the alert message (as it is written in the documentation), instead of the usual alert message 'BTCUSD Greater Than 9000.' Look below for an example:

{"content":"BTCUSD Greater Than 9000"}

You can find out more about the JSON format on Wikipedia