Outgoing Webhooks

Outgoing Webhooks

Trying to implement workaround for tradingview webhook to 3commas.

Tradingview alert as is sent as email to zoho mail.

Alert contains message to start 3commas bot:

{  "message_type": "bot",  "bot_id": 4682484,  "email_token": "b16e2c92-e46-43d3-8a1a-f42d1c5223b7",  "delay_seconds": 0,  "action": "start_bot"}

How to send this message to 3commas webhook url using custom function?