Webhook Message

Empty Ticker Name

Empty ticker name provided.

This message indicates that we received a request to your webhook and it did contain valid JSON, but the ticker name was empty. Without a ticker name, we cannot process the request. Please ensure that your webhook sends a JSON payload with a ticker name.

Invalid JSON with empty ticker parameter:

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

Valid JSON:

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

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