Webhook Message

Empty Json

Your webhook request was empty. It must contain valid JSON for TradersPost to understand the trade instructions.

This message indicates that we received a request to your webhook, but it did not contain any JSON. It was empty. Without any data, we cannot process the request. Please ensure that your webhook sends a JSON payload with the request.

The minimum payload requires both a ticker and action. Here is an example:

{
    "ticker": "AAPL",
    "action": "buy",
}

Ready to automate your trading? Sign up for free today.